Remove random logging message

This commit is contained in:
Maschell 2020-09-05 14:02:49 +02:00
parent 94f5e90638
commit 0dab74fd80
1 changed files with 1 additions and 2 deletions

View File

@ -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);