summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-16 20:36:02 -0600
committerJeff Carr <[email protected]>2024-02-16 20:36:02 -0600
commitb2feffce92c86fc88b942da92cbc8084ed2340be (patch)
tree9374c70f620400ea8070670e8f91b447eb4d494e /main.go
parent8c873d7ab223458ed00e44996d121bcf5b2fd0eb (diff)
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.go b/main.go
index af2bb8d..7a9af11 100644
--- a/main.go
+++ b/main.go
@@ -26,10 +26,6 @@ func DebugWindow() {
me.bugWin.Make()
DebugWindow2(me.bugWin.Box(), "Debug Tab")
me.bugWin.Show()
-
- if ArgDebug() {
- // log.SetTmp()
- }
}
func DebugWindow2(newB *gui.Node, title string) *gui.Node {