Skip to content

Commit 219cdd1

Browse files
committed
no need for getAssembly (commented out)
1 parent 27ab521 commit 219cdd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jacs_opwriter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ namespace jacs {
420420

421421
private oops(msg: string) {
422422
try {
423-
console.log(this.getAssembly())
423+
// console.log(this.getAssembly())
424424
} catch {}
425425
oops(msg)
426426
}

jacs_topwriter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace jacs {
5454
this.writer.patchLabels()
5555
}
5656
toString() {
57-
return this.writer.getAssembly()
57+
return "" // this.writer.getAssembly()
5858
}
5959
addLocal(name: string) {
6060
return new Variable(this.locals, CellKind.LOCAL, name)

0 commit comments

Comments
 (0)