diff options
Diffstat (limited to '')
-rw-r--r-- | test/window_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/window_test.cpp b/test/window_test.cpp index 17c7cf4..3971645 100644 --- a/test/window_test.cpp +++ b/test/window_test.cpp @@ -25,7 +25,6 @@ int main(int argc, char *argv[]) { std::optional<event> ev = poll_event(); if (ev.has_value()) { event& event = ev.value(); - npdebug("received event", event.sdl().type); // TODO: remove this sdl code if (event.sdl().type == SDL_WINDOWEVENT) { |