# HG changeset patch
# User Mario de Sousa <msousa@fe.up.pt>
# Date 1350408196 -3600
# Node ID 2f5618c0039a3ab4b927e0a8b386e82bc5ec8bb3
# Parent  01e33dc2a2552469ff91ae80f63f659703c5d65e
Remove line printing debug info.

diff -r 01e33dc2a255 -r 2f5618c0039a 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);