mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
Remove debug println on shapes and canvas.
This commit is contained in:
parent
eb6e0544c7
commit
b6900584f7
@ -130,7 +130,6 @@
|
||||
[own shape selected]
|
||||
(let [{:keys [id x y width height] :as shape} shape
|
||||
selected? (contains? selected id)]
|
||||
(println "shape-render" id)
|
||||
(letfn [(on-mouse-down [event]
|
||||
(let [local (:rum/local own)]
|
||||
(dom/stop-propagation event)
|
||||
@ -212,7 +211,6 @@
|
||||
|
||||
(defn- canvas-render
|
||||
[own {:keys [width height id] :as page}]
|
||||
(println "canvas-render" id)
|
||||
(let [workspace (rum/react wb/workspace-state)
|
||||
shapes-by-id (rum/react shapes-by-id)
|
||||
workspace-selected (:selected workspace)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user