diff --git a/windowmanager.go b/windowmanager.go index e6f1eb0..579fa44 100644 --- a/windowmanager.go +++ b/windowmanager.go @@ -1,8 +1,6 @@ package pinwindows import ( - "fmt" - rl "github.com/gen2brain/raylib-go/raylib" ) @@ -67,7 +65,6 @@ func (winman *RayGuiWindowManager) ProcessUserWindowMovement() { } func (winman RayGuiWindowManager) DrawInternalWindowList() { - fmt.Println("erm2") for i := 0; i < len(winman.winlist); i++ { winman.winlist[i].DrawInternals() }