Remove debugging printf() added by mistake in previous commit.
--- 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.");