summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/main.go b/test/main.go
index a2d683e..056ab1a 100644
--- a/test/main.go
+++ b/test/main.go
@@ -194,7 +194,6 @@ func areaTest() {
if err != nil { println(err); continue }
height, err := strconv.Atoi(heightbox.Text())
if err != nil { println(err); continue }
-println(width, height)
a.SetSize(width, height)
}
}