Delete debugging code, introduced by mistake in previous commit.
authorMario de Sousa <msousa@fe.up.pt>
Thu, 25 Oct 2012 13:40:13 +0100
changeset 688 c2c0084df58e
parent 687 81dcb3987cbb
child 689 45c35d829db9
Delete debugging code, introduced by mistake in previous commit.
stage3/forced_narrow_candidate_datatypes.cc
--- a/stage3/forced_narrow_candidate_datatypes.cc	Thu Oct 25 12:48:48 2012 +0100
+++ b/stage3/forced_narrow_candidate_datatypes.cc	Thu Oct 25 13:40:13 2012 +0100
@@ -149,9 +149,6 @@
       ERROR;
   }
   */
-printf("\n\n result of forced_narrow...\n");
-print_ast_c::print(symbol);
-// for(int i = 0; i < symbol->n; i++)  print_symbol_c::print(symbol->elements[i]);
   
   return NULL;
 }