diff --git a/src/PlayState.cpp b/src/PlayState.cpp index 4ea5458..e34aa4d 100644 --- a/src/PlayState.cpp +++ b/src/PlayState.cpp @@ -131,7 +131,6 @@ void PlayState::new_game() { SDL_LogVerbose(SDL_LOG_CATEGORY_SYSTEM, "Calculating initial FOV...\n"); fov = new FieldOfView(tilemap); fov->calc(hero->getPosition(), 6); - fov->seen->debug_print(); SDL_LogVerbose(SDL_LOG_CATEGORY_SYSTEM, "Done.\n"); }