Remove debug logging

This commit is contained in:
Jeremy Dormitzer 2018-02-01 00:31:27 -07:00
parent 2d3afd558f
commit 4c57c37c00
No known key found for this signature in database
GPG Key ID: 04F17C0F5A32C320

View File

@ -78,7 +78,6 @@
(defn view
"Given a callback to dispatch an update message and the sidebar state, returns the sidebar DOM"
[dispatch-message state]
(log/debug state)
(cond
(:loading state) (list (components/sidebar-header (components/with-classes
(components/header-icon "icons/icon48.png")