]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_hook.qc
Remove debug prints
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_hook.qc
index 5cbbebe11d4126da7fbea6eae4c1d459ab203adb..b6b90f6937070490c4de6c95d775b2a5f2d07096 100644 (file)
@@ -62,8 +62,6 @@ void W_Hook_Damage (entity inflictor, entity attacker, float damage, float death
        
        self.health = self.health - damage;
        
-       print(strcat("hookbomb health ", ftos(self.health), " after ", ftos(damage), " damage... (at time: ", ftos(time), ")\n"));
-       
        if (self.health <= 0)
                W_PrepareExplosionByDamage(self.realowner, W_Hook_Explode2);
 }