]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_hook.qc
Remove debug prints
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_hook.qc
index 13efb17b7f6b20dc3ff5d646e9ebe12fea62bbd7..5561c2df93ffa1bfea9b27361feab4f51c7507ca 100644 (file)
@@ -279,8 +279,6 @@ void GrapplingHook_Damage (entity inflictor, entity attacker, float damage, floa
                        
        self.health = self.health - damage;
                
-       print(strcat("hook health ", ftos(self.health), " after ", ftos(damage), " damage... (at time: ", ftos(time), ")\n"));
-               
        if (self.health <= 0)
        {
                if(attacker != self.realowner)