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:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user