Remove debugging prints

This commit is contained in:
Juniormunk 2020-05-22 02:33:31 -04:00
parent 4fe6484db9
commit bec09168b6
1 changed files with 0 additions and 4 deletions

View File

@ -110,8 +110,6 @@ public class TempAreaMarker
{
poly.setLineStyle(this.lineWeight, this.lineOpacity, this.lineColor);
}
else
FactionsPlugin.getInstance().getLogger().info("null");
}
@ -201,8 +199,6 @@ public class TempAreaMarker
{
poly.setLineStyle(this.lineWeight, this.lineOpacity, this.lineColor);
}
else
FactionsPlugin.getInstance().getLogger().info("null");
}
}