From 38510fa00ff2b192d7c2f9c8311ad6939faa8256 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 16 Jun 2024 11:16:21 +0100 Subject: Remove initialisation order debug --- ui/mainWindow.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/mainWindow.cpp') diff --git a/ui/mainWindow.cpp b/ui/mainWindow.cpp index 830dba5..38d6a6e 100644 --- a/ui/mainWindow.cpp +++ b/ui/mainWindow.cpp @@ -12,7 +12,6 @@ MainWindow::MainWindow(size_t w, size_t h) : MainWindow {w, h, "I Like Trains", MainWindow::MainWindow(size_t w, size_t h, const std::string & title, Uint32 flags) : Window {w, h, title, flags} { - puts(__PRETTY_FUNCTION__); if (const auto version = gladLoadGL(reinterpret_cast(SDL_GL_GetProcAddress)); version < 30003) { throw std::runtime_error {std::format("Insufficient OpenGL version: {}", version)}; } -- cgit v1.2.3