mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-11 12:29:46 +00:00
Remove debugging messages
This commit is contained in:
parent
3873736424
commit
e1107b164f
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user