diff --git a/src/pilot.c b/src/pilot.c index 565818b..f917f58 100644 --- a/src/pilot.c +++ b/src/pilot.c @@ -539,8 +539,6 @@ void pilot_setSecondary(Pilot* p, const char* secondary) { return; } } - WARN("Attempted to set pilot '%s' secondary weapon to non-existing '%s'", - p->name, secondary); p->secondary = NULL; p->ammo = NULL; }