Remove debugging prints
This commit is contained in:
parent
4fe6484db9
commit
bec09168b6
@ -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");
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user