Whitespace
This commit is contained in:
parent
0aaf6ce77f
commit
91d8715584
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue