aboutsummaryrefslogtreecommitdiffstats
path: root/examples/layout/blinker.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/layout/blinker.go')
-rw-r--r--examples/layout/blinker.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/layout/blinker.go b/examples/layout/blinker.go
index 76dbd95..b096a73 100644
--- a/examples/layout/blinker.go
+++ b/examples/layout/blinker.go
@@ -51,7 +51,6 @@ func Blinker(env gui.Env) {
}()
}
case gui.Resize:
- log.Print(event)
r = event.Rectangle
env.Draw() <- redraw()
}