From: Samual Lenks Date: Wed, 27 Feb 2013 08:10:28 +0000 (-0500) Subject: Those aren't needed anymore X-Git-Tag: xonotic-v0.7.0~62^2~23^2~83 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=02ba5e21b7d9507fc4605a00bf89646c8aa0a3e9;p=xonotic%2Fxonotic-data.pk3dir.git Those aren't needed anymore --- diff --git a/qcsrc/server/g_damage.qc b/qcsrc/server/g_damage.qc index 35b701cec..208211c1d 100644 --- a/qcsrc/server/g_damage.qc +++ b/qcsrc/server/g_damage.qc @@ -307,8 +307,6 @@ float w_deathtype; float Obituary_WeaponDeath(entity notif_target, float murder, float deathtype, string s1, string s2, string s3, float f1, float f2) { float death_weapon = DEATH_WEAPONOF(deathtype); - - print(sprintf("foobar: '%s' '%s' '%s', %d, %d\n", s1, s2, s3, f1, f2)); if(death_weapon) { w_deathtype = deathtype; diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index cab4d8030..ef3722858 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -555,8 +555,6 @@ void spawnfunc___init_dedicated_server(void) MapInfo_Enumerate(); MapInfo_FilterGametype(MapInfo_CurrentGametype(), MapInfo_CurrentFeatures(), MapInfo_RequiredFlags(), MapInfo_ForbiddenFlags(), 0); - - print("^1YO SAMUAL, CHECK THIS SHIT OUT MOTHERFUCKER! _init spawnfunc was called!\n"); } void Map_MarkAsRecent(string m);