1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-08-10 17:24:56 +00:00

Remove debugging messages

This commit is contained in:
Karol Stasiak
2019-10-22 18:21:47 +02:00
parent 3873736424
commit e1107b164f

View File

@@ -53,7 +53,6 @@ abstract class AbstractStatementPreprocessor(protected val ctx: CompilationConte
result += p._1 result += p._1
cv = p._2 cv = p._2
} }
result.foreach(println(_))
result.toList -> cv result.toList -> cv
} }