Remove debug logging
This commit is contained in:
parent
2d3afd558f
commit
4c57c37c00
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user