mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-11 12:29:46 +00:00
Remove debugging statements
This commit is contained in:
parent
8b39c59830
commit
842393106e
@ -74,9 +74,7 @@ object VariableLifetime {
|
||||
if (mask(i)) return
|
||||
while (true) {
|
||||
val line = code(i)
|
||||
println(line)
|
||||
if (state(flow(i)) != Important && !readsReg(line)) return
|
||||
println("masking...")
|
||||
mask(i) = true
|
||||
val op = code(i).opcode
|
||||
line match {
|
||||
|
Loading…
x
Reference in New Issue
Block a user