Browse Source

[java] minor

Cauê Waneck 11 years ago
parent
commit
40417df944
1 changed files with 0 additions and 2 deletions
  1. 0 2
      genjava.ml

+ 0 - 2
genjava.ml

@@ -2036,11 +2036,9 @@ let configure gen =
 	in
 
 	let is_dynamic_expr e =
-		print_endline (e.epos.pfile ^ ":: " ^ debug_expr e);
 		is_dynamic e.etype || match e.eexpr with
 		| TField(tf, f) -> field_is_dynamic tf.etype f
 		| _ ->
-			print_endline (e.epos.pfile ^ ": yes");
 			false
 	in