mirror of
https://github.com/irmen/prog8.git
synced 2025-01-26 19:30:59 +00:00
remove debug
This commit is contained in:
parent
db7ae028b2
commit
1078cc4642
@ -102,9 +102,6 @@ fun compileProgram(args: CompilerArguments): CompilationResult? {
|
||||
// println("*********** AST BEFORE ASSEMBLYGEN *************")
|
||||
// printProgram(program)
|
||||
|
||||
println("***program.name = ${program.name}")
|
||||
println("***programName = $programName")
|
||||
|
||||
if (args.writeAssembly) {
|
||||
when (val result = writeAssembly(program, args.errors, compilationOptions)) {
|
||||
is WriteAssemblyResult.Ok -> programName = result.filename
|
||||
|
Loading…
x
Reference in New Issue
Block a user