Remove line printing debug info.
authorMario de Sousa <msousa@fe.up.pt>
Tue, 16 Oct 2012 18:23:16 +0100
changeset 679 2f5618c0039a
parent 678 01e33dc2a255
child 680 df783da3ebe2
Remove line printing debug info.
stage3/forced_narrow_candidate_datatypes.cc
--- a/stage3/forced_narrow_candidate_datatypes.cc	Tue Oct 16 18:06:32 2012 +0100
+++ b/stage3/forced_narrow_candidate_datatypes.cc	Tue Oct 16 18:23:16 2012 +0100
@@ -132,8 +132,6 @@
 /*| instruction_list il_instruction */
 // SYM_LIST(instruction_list_c)
 void *forced_narrow_candidate_datatypes_c::visit(instruction_list_c *symbol) {
-print_ast_c::print(symbol);
-
   for(int j = 0; j < 2; j++) {
     for(int i = symbol->n-1; i >= 0; i--) {
       symbol->elements[i]->accept(*this);