Skip to content

Commit 4f0945a

Browse files
committed
Remove debug output in zeekling
1 parent a85e284 commit 4f0945a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/badguy/zeekling.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ Zeekling::active_update(float dt_sec)
216216
{
217217
if (m_frozen)
218218
{
219-
std::cout << g_game_time << " frozen" << std::endl;
220219
BadGuy::active_update(dt_sec);
221220
return;
222221
}

0 commit comments

Comments
 (0)