lein-figwheel

bhauman 2018-07-31T11:53:30.000329Z

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

bhauman 2018-07-31T11:53:40.000151Z

to check

bhauman 2018-07-31T11:54:19.000122Z

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

kennytilton 2018-07-31T12:59:27.000434Z

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

kennytilton 2018-07-31T13:55:49.000072Z

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).