assembler - Remove dbg log
This commit is contained in:
parent
049d9367ac
commit
45c8fe3bd2
|
|
@ -423,7 +423,6 @@ function assemble(assemblyCode, outputFile='out.txt', debuggable='false') {
|
||||||
fs.writeFileSync(outputFile, asciiMachineCode);
|
fs.writeFileSync(outputFile, asciiMachineCode);
|
||||||
} else {
|
} else {
|
||||||
const debugJSON = JSON.stringify(out);
|
const debugJSON = JSON.stringify(out);
|
||||||
dbg.nit(debugJSON);
|
|
||||||
fs.writeFileSync(outputFile, debugJSON);
|
fs.writeFileSync(outputFile, debugJSON);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue