remove unused vars

pull/10972/head
Morgan Plain 2023-12-27 13:18:40 +01:00 committed by Tienson Qin
parent 26d255d0b1
commit 7938022643
1 changed files with 2 additions and 2 deletions

View File

@ -691,8 +691,8 @@
open?
[:div
[:p.text-sm.opacity-70.px-4
(let [c1 (count (:nodes graph))
s1 (if (> c1 1) "s" "")
(let [;; c1 (count (:nodes graph))
;; s1 (if (> c1 1) "s" "")
c2 (count (:links graph))
s2 (if (> c2 1) "s" "")
]