Whitespace

This commit is contained in:
Daniel Compton 2016-12-15 10:52:20 +13:00
parent 0aaf6ce77f
commit 91d8715584
1 changed files with 12 additions and 12 deletions

View File

@ -100,7 +100,7 @@
(not (str/includes? (or (get-in trace [:tags :component-path]) "") "day8.re_frame.trace")))
#_ (if-let [comp-p (get-in trace [:tags :component-path])]
#_(if-let [comp-p (get-in trace [:tags :component-path])]
(println comp-p))))
(defn init-tracing! []
@ -160,7 +160,7 @@
(doall
(for [{:keys [op-type id operation tags duration] :as trace} showing-traces]
(let [row-style (merge padding {:border-top (case op-type :event "1px solid lightgrey" nil)})
#_ #_ _ (js/console.log (devtools/header-api-call tags))
#_#__ (js/console.log (devtools/header-api-call tags))
]
(list [:tr {:key id
:style {:color (case op-type