田爽 1 year ago
parent
commit
52de56c273
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/Hotline.Api/Filter/LogFilterAttribute.cs

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

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