stage3/forced_narrow_candidate_datatypes.cc
changeset 679 2f5618c0039a
parent 677 740da3255d9d
child 681 e837adad2437
--- 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);