From 24286694a5ba80cc3f54a224b62ac11c773b4985 Mon Sep 17 00:00:00 2001 From: Clement Benard Date: Tue, 9 Jul 2019 17:30:30 +0200 Subject: Documenting, bug fixing and refactoring to be more in line with the project. --- layout/box.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'layout/box.go') diff --git a/layout/box.go b/layout/box.go index 4e16a76..2fd29cf 100644 --- a/layout/box.go +++ b/layout/box.go @@ -4,7 +4,6 @@ import ( "image" "image/color" "image/draw" - "log" "github.com/faiface/gui" ) @@ -94,7 +93,5 @@ func (g *Box) Lay(bounds image.Rectangle) []image.Rectangle { X += item + g.Gap } } - - log.Print(ret) return ret } -- cgit v1.2.3