From 0dab74fd8080148d64bbbdc60f3b1f87593f7cc8 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 5 Sep 2020 14:02:49 +0200 Subject: [PATCH] Remove random logging message --- src/menu/MainWindow.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/menu/MainWindow.cpp b/src/menu/MainWindow.cpp index 2ea0516..4be2557 100644 --- a/src/menu/MainWindow.cpp +++ b/src/menu/MainWindow.cpp @@ -81,8 +81,7 @@ MainWindow::MainWindow(int32_t w, int32_t h, Renderer* renderer) : GuiFrame(w, h DEBUG_FUNCTION_LINE("Failed to add image"); return; } - - DEBUG_FUNCTION_LINE("%d", image5->getWidth()); + button = new GuiButton(image5->getWidth(), image5->getHeight()); this->setAlignment(ALIGN_TOP_LEFT);