fix: 删除日志

pull/6/head
yawn831831 1 year ago
parent ca92cee10e
commit cb11c0d0bb
  1. 1
      SourceCodeGenerator.cs

@ -129,7 +129,6 @@ namespace SourceCodeGeneratorUbtPlugin
if (!string.IsNullOrEmpty(className)) if (!string.IsNullOrEmpty(className))
{ {
ClassNameBlacklist.Add(className); ClassNameBlacklist.Add(className);
Console.WriteLine($"[BlackList] {className} will be skipped.");
} }
} }
} }

Loading…
Cancel
Save