1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-03-05 02:58:12 +00:00

Remove debugging log line

Fixes #1014
This commit is contained in:
Jonathan Coates 2022-01-14 14:45:55 +00:00
parent 85bced6b1d
commit a1221b99e1
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

View File

@ -172,7 +172,6 @@ public class TurtleTool extends AbstractTurtleUpgrade
{
float damage = (float) turtlePlayer.getAttributeValue( Attributes.ATTACK_DAMAGE );
damage *= getDamageMultiplier();
ComputerCraft.log.info( "Dealing {} damage", damage );
if( damage > 0.0f )
{
DamageSource source = DamageSource.playerAttack( turtlePlayer );