From cb11c0d0bb3f75e1c9d8ddc39cee625eb5021a06 Mon Sep 17 00:00:00 2001 From: yawn831831 Date: Wed, 18 Jun 2025 22:47:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SourceCodeGenerator.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/SourceCodeGenerator.cs b/SourceCodeGenerator.cs index bdd60d5..c4b0585 100644 --- a/SourceCodeGenerator.cs +++ b/SourceCodeGenerator.cs @@ -129,7 +129,6 @@ namespace SourceCodeGeneratorUbtPlugin if (!string.IsNullOrEmpty(className)) { ClassNameBlacklist.Add(className); - Console.WriteLine($"[BlackList] {className} will be skipped."); } } }