Skip to content

Commit

Permalink
remove leftover debug tap
Browse files Browse the repository at this point in the history
  • Loading branch information
thheller committed Feb 2, 2020
1 parent 2381c57 commit cc5629c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/shadow/build/cljs_hacks.cljc
Expand Up @@ -970,8 +970,6 @@

:variadic-invoke
(let [mfa (:max-fixed-arity expr)]
(when (= 'cljs.spec.test-test (get-in expr [:env :ns :name]))
(?> expr :variadic-invoke))
(comp/emits f ".cljs$core$IFn$_invoke$arity$variadic(" (comma-sep (take mfa args))
(when-not (zero? mfa) ",")
"cljs.core.prim_seq.cljs$core$IFn$_invoke$arity$2(["
Expand Down

0 comments on commit cc5629c

Please sign in to comment.