diff -r f4ce1b1c2112 -r e0c2f01251dc stage3/visit_expression_type.cc --- a/stage3/visit_expression_type.cc Tue Aug 23 11:51:14 2011 +0100 +++ b/stage3/visit_expression_type.cc Tue Aug 23 11:54:34 2011 +0100 @@ -661,7 +661,6 @@ error = true; } if (!is_compatible_type(left_type, right_type)) { -printf("visit_expression_type_c::compute_expression(): left_type & right_type are incompatible\n"); if (debug) printf("visit_expression_type_c::compute_expression(): left_type & right_type are incompatible\n"); if ((left_expr != NULL) && (right_expr != NULL)) STAGE3_ERROR(left_expr, right_expr, "Type mismatch between operands.");