From bec09168b66ceecf30b9792ee162b6b9233f7c89 Mon Sep 17 00:00:00 2001 From: Juniormunk Date: Fri, 22 May 2020 02:33:31 -0400 Subject: [PATCH] Remove debugging prints --- .../factions/integration/dynmap/TempAreaMarker.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/java/com/massivecraft/factions/integration/dynmap/TempAreaMarker.java b/src/main/java/com/massivecraft/factions/integration/dynmap/TempAreaMarker.java index dfa8a658..ad09d194 100644 --- a/src/main/java/com/massivecraft/factions/integration/dynmap/TempAreaMarker.java +++ b/src/main/java/com/massivecraft/factions/integration/dynmap/TempAreaMarker.java @@ -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"); } }