Skip to content

Commit

Permalink
remove printfs
Browse files Browse the repository at this point in the history
  • Loading branch information
rfindler committed Sep 12, 2024
1 parent 0578440 commit 9eb2d7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drracket/gui-debugger/debug-tool.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -1571,10 +1571,8 @@
(define debug-button-currently-visible? (member debug-button (send debug-parent get-children)))
(if visible?
(unless debug-button-currently-visible?
(printf "changing to add button\n")
(send debug-parent add-child debug-button))
(when debug-button-currently-visible?
(printf "changing to remove button\n")
(send debug-parent delete-child debug-button)))))

(send (get-button-panel) change-children
Expand Down

0 comments on commit 9eb2d7c

Please sign in to comment.