Skip to content

Commit ee7fe17

Browse files
committed
work
1 parent ba7b084 commit ee7fe17

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/passes/Print.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,6 @@ struct PrintExpressionContents
523523
}
524524
void visitLocalGet(LocalGet* curr) {
525525
printMedium(o, "local.get ");
526-
std::cout << "locget " << curr << ' ';
527526
printLocal(curr->index, currFunction, o);
528527
}
529528
void visitLocalSet(LocalSet* curr) {

0 commit comments

Comments
 (0)