From 77035ad6bdf08097bafd4f4d4668fda4a2db9bac Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 29 May 2019 15:46:21 -0700 Subject: start moving the area text back to the main program Signed-off-by: Jeff Carr --- debug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug.go') diff --git a/debug.go b/debug.go index fa83b37..f898597 100644 --- a/debug.go +++ b/debug.go @@ -82,7 +82,7 @@ func runTestHide(b *ButtonMap) { log.Println("runTestHide START") Data.Window1.Box1.Hide() Data.Window1.Box2.Hide() - time.Sleep(2000 * time.Millisecond) + // time.Sleep(2000 * time.Millisecond) Data.State = "HIDE" log.Println("runTestHide END") } -- cgit v1.2.3