Remove unnecessary logging
This commit is contained in:
parent
7d7c5d8a51
commit
d4baaae6d5
1 changed files with 1 additions and 2 deletions
|
@ -237,11 +237,10 @@ public class CustomRegion extends WorldRegion {
|
|||
|
||||
itemsJson.put(itemJson);
|
||||
}
|
||||
LOG.debug(itemsJson);
|
||||
return itemsJson;
|
||||
}
|
||||
} catch (JSONException e) {
|
||||
e.printStackTrace();
|
||||
LOG.error(e);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue