Skip to content

Commit

Permalink
remove uneeded testing log
Browse files Browse the repository at this point in the history
  • Loading branch information
codic13 committed Mar 23, 2022
1 parent c2b0051 commit 9302363
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/events/buttonpress.nim
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ proc handleButtonPress*(self: var Wm; ev: XButtonEvent): void =
quitMaximize = true
if quitMaximize: return
if minimize:
echo "did you click this"
# check if closable
if self.config.frameParts.left.find(fpMinimize) == -1 and
self.config.frameParts.center.find(fpMinimize) == -1 and
Expand Down

0 comments on commit 9302363

Please sign in to comment.