Skip to content

Commit 936c47e

Browse files
author
Christine Zhou
committed
remove unnecessary line
1 parent 5320e40 commit 936c47e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Src/PCompiler/CompilerCore/Backend/PChecker/PCheckerCodeGenerator.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ private CompiledFile GenerateSource(CompilationContext context, Scope globalScop
104104
// write the top level declarations
105105
foreach (var decl in globalScope.AllDecls)
106106
{
107-
// Console.WriteLine("top-level decl: " + decl.Name);
108107
WriteDecl(context, source.Stream, decl);
109108
}
110109

0 commit comments

Comments
 (0)