removed debug code

This commit is contained in:
thrust26 2020-11-12 15:48:00 +01:00
parent 1ee691ce5b
commit 54055126e5
1 changed files with 0 additions and 2 deletions

View File

@ -93,7 +93,6 @@ void EventHandlerSDL2::pollEvent()
while(SDL_PollEvent(&myEvent))
{
cerr << myEvent.type << endl;
switch(myEvent.type)
{
// keyboard events
@ -201,7 +200,6 @@ void EventHandlerSDL2::pollEvent()
}
case SDL_WINDOWEVENT:
cerr << myEvent.window.event << endl;
switch(myEvent.window.event)
{
case SDL_WINDOWEVENT_SHOWN: