aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.go b/main.go
index 38ca8d8..6492d3c 100644
--- a/main.go
+++ b/main.go
@@ -36,8 +36,7 @@ func main() {
m := getMap("data/" + v)
for k, gl := range fnt.Select(m) {
- w, h := gl.Max()
- fmt.Println(string(k), gl.Width(), w, h, gl)
+ fmt.Println(string(k), gl)
}
}
}