We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd783d6 commit 5e31004Copy full SHA for 5e31004
src/main/clojure/cljs/analyzer.cljc
@@ -3573,7 +3573,6 @@
3573
{:warn-type :target :form form :property prop}))
3574
;; Unresolveable property on existing extern
3575
(let [[pre' pre] ((juxt butlast identity) (-> tag meta :prefix))]
3576
- (println ">>>>>" pre' pre)
3577
(when (and (has-extern? pre') (not (has-extern? pre)))
3578
(warning :infer-warning env
3579
{:warn-type :property :form form
0 commit comments