From 4c57c37c00ce2242c8b3a6075896020f3a03e74b Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Thu, 1 Feb 2018 00:31:27 -0700 Subject: [PATCH] Remove debug logging --- src/looped_in/sidebar.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/looped_in/sidebar.cljs b/src/looped_in/sidebar.cljs index b782df1..29a8a43 100644 --- a/src/looped_in/sidebar.cljs +++ b/src/looped_in/sidebar.cljs @@ -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")