Remove random logging message

This commit is contained in:
Maschell 2020-09-05 14:02:49 +02:00
parent 94f5e90638
commit 0dab74fd80

View File

@ -82,7 +82,6 @@ MainWindow::MainWindow(int32_t w, int32_t h, Renderer* renderer) : GuiFrame(w, h
return;
}
DEBUG_FUNCTION_LINE("%d", image5->getWidth());
button = new GuiButton(image5->getWidth(), image5->getHeight());
this->setAlignment(ALIGN_TOP_LEFT);