1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-25 19:29:49 +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
cv = p._2
}
result.foreach(println(_))
result.toList -> cv
}