Skip to content

Commit dc2e47d

Browse files
committed
remove useless comment
1 parent 646fafc commit dc2e47d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

jscomp/ml/translcore.ml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -762,20 +762,6 @@ and transl_exp0 (e : Typedtree.expression) : Lambda.lambda =
762762
wrap (Lprim (prim, argl, e.exp_loc))
763763
))
764764
| Texp_apply (funct, oargs) ->
765-
(* let () = print_string "#2 attrs = " in *)
766-
(* let () = (
767-
List.iter (
768-
function ({txt = attrName}, _) -> print_string (attrName ^ "\n")
769-
) e.exp_attributes
770-
) in
771-
let isTaggedTemplate = List.exists (
772-
function ({txt = attrName}, _) -> attrName = "res.taggedTemplate"
773-
) e.exp_attributes in
774-
let () = if isTaggedTemplate then
775-
(print_string "isTaggedTemplate\n")
776-
else
777-
(print_string "not isTaggedTemplate\n")
778-
in *)
779765
let inlined, funct =
780766
Translattribute.get_and_remove_inlined_attribute funct
781767
in

0 commit comments

Comments
 (0)