]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Those aren't needed anymore
authorSamual Lenks <samual@xonotic.org>
Wed, 27 Feb 2013 08:10:28 +0000 (03:10 -0500)
committerSamual Lenks <samual@xonotic.org>
Wed, 27 Feb 2013 08:10:28 +0000 (03:10 -0500)
qcsrc/server/g_damage.qc
qcsrc/server/g_world.qc

index 35b701cec4aa35c01c5441d5e50e43d97e739143..208211c1d98b8c246dd7ec700b1f82bd11817225 100644 (file)
@@ -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;
index cab4d803069ba8f405cd0ecc789dd55fdec4257b..ef3722858cffea311b36cc8a0e9ee360e4f5adf9 100644 (file)
@@ -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);