# HG changeset patch # User Mario de Sousa # Date 1351168813 -3600 # Node ID c2c0084df58ef3e58713ba9676ee48e9edc00a5c # Parent 81dcb3987cbb555a0ff8b6be01b1c9796b61c568 Delete debugging code, introduced by mistake in previous commit. diff -r 81dcb3987cbb -r c2c0084df58e 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; }