From 21a5b04b7b6ef92dab65f89c7c28da934e6f6d49 Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Tue, 23 Apr 2019 12:57:39 +1000 Subject: [PATCH] remove debug --- .../plotsquared/plot/object/worlds/SinglePlotArea.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/worlds/SinglePlotArea.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/worlds/SinglePlotArea.java index c6a9a4c3e..b8a27bab9 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/worlds/SinglePlotArea.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/worlds/SinglePlotArea.java @@ -37,7 +37,6 @@ public class SinglePlotArea extends GridPlotWorld { } @Override public void saveConfiguration(ConfigurationSection config) { - new Exception().printStackTrace(); super.saveConfiguration(config); }