]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_damage.qc
Those aren't needed anymore
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_damage.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;