diff --git a/polymer/eduke32/source/gamedef.c b/polymer/eduke32/source/gamedef.c index 5ea7432b4..c8d9d4bd6 100644 --- a/polymer/eduke32/source/gamedef.c +++ b/polymer/eduke32/source/gamedef.c @@ -5711,7 +5711,6 @@ static void C_AddDefaultDefinitions(void) tempbuf[j] = Btoupper(tempbuf[j]); C_AddDefinition(tempbuf, i, LABEL_DEFINE); - initprintf("added def %s %d\n", tempbuf, i); } C_AddDefinition("STR_MAPNAME",STR_MAPNAME,LABEL_DEFINE);