From a49086004702de6d4facf07b77eca8b4be0f087f Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Fri, 20 Apr 2018 17:31:57 +0200 Subject: Remove some stray printf. --- src/game/units.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/game') diff --git a/src/game/units.cpp b/src/game/units.cpp index a342a09..3ded53c 100644 --- a/src/game/units.cpp +++ b/src/game/units.cpp @@ -282,8 +282,6 @@ void state_t::hivemind_alert(v2f_t x, float r, bool do_move, v2f_t move_to) ents = world.get_entities(search, CF_BODY_SMALL); - printf("alert with r=%f\n", r); - for (world::entity_t *ent : ents) { unit_t *unit; -- cgit