Fork me on GitHub
#lein-figwheel
<
2018-07-31
>
bhauman11:07:30

@hiskennyness this sounds like a devtools issue. You can exclude it with :cljs-devtools false

bhauman11:07:19

you may have a top level form printing to the console somewhere?

kennytilton12:07:27

Oh, my. I have prints everywhere. Good chance. BRB.

kennytilton13:07:49

Well, a script tag in the body loads JS that top-level fills the page. Maybe I should do it in an onload event. Anyway, it is now in the benign category, I will revisit when necessary. Thanks for the input (and figwheel).