田爽 1 жил өмнө
parent
commit
52de56c273

+ 0 - 2
src/Hotline.Api/Filter/LogFilterAttribute.cs

@@ -70,8 +70,6 @@ namespace Hotline.Api.Filter
 						exception = exception.InnerException;
 					}
 					sbException.AppendLine(LogTool.GetSubString(resultContext.Exception.StackTrace, 4000));
-
-					
 					log.ExecuteResult = sbException.ToString();
 					log.Status = 0;
 				}