remove debug print
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
(defMacro makeToggleText [window v label on off &opt objArgs]
|
||||
(unless ~objArgs (set objArgs []))
|
||||
(unless objArgs (set objArgs []))
|
||||
`(.makeTextV2 ,window (+ ,label ": " (if ,v ,on ,off))
|
||||
(object
|
||||
onClick ->self
|
||||
|
Reference in New Issue
Block a user