Remove websocket logging
This commit is contained in:
parent
df09addaa4
commit
4d0d92b188
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
[grub.event :as event])
|
[grub.event :as event])
|
||||||
(:require-macros [cljs.core.async.macros :refer [go]]))
|
(:require-macros [cljs.core.async.macros :refer [go]]))
|
||||||
|
|
||||||
(def DEBUG true)
|
(def DEBUG false)
|
||||||
|
|
||||||
(def location (.-location js/document))
|
(def location (.-location js/document))
|
||||||
(def protocol (.-protocol location))
|
(def protocol (.-protocol location))
|
||||||
|
|
Loading…
Reference in a new issue