Browse Source

remove comment

frabbit 7 years ago
parent
commit
122d81dea2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/generators/genpy.ml

+ 0 - 1
src/generators/genpy.ml

@@ -1474,7 +1474,6 @@ module Printer = struct
 				in
 				let print_type_check t_str =
 					print_custom_check ("isinstance(_hx_e1, " ^ t_str ^ ")")
-					(*Printf.sprintf "if isinstance(_hx_e1, %s):\n%s    %s    %s" t_str indent assign (print_expr {pctx with pc_indent = "    " ^ pctx.pc_indent} e)*)
 				in
 				let res = match t with
 				| "str" -> print_type_check "str"