Skip to content

Commit 2d268a0

Browse files
committed
fix: remove redundant debug log
1 parent 09b3023 commit 2d268a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/ShaderCompiler.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,6 @@ private static bool IsStackTrace(string line, out string lineParsed, out Compila
237237
{
238238
lineParsed = "";
239239

240-
Console.WriteLine(line);
241-
242240
file.filename = line.Substring(includedFromText.Length, line.Length - (includedFromText.Length + 3));
243241

244242
file.line = 1;

0 commit comments

Comments
 (0)