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);
|
itemsJson.put(itemJson);
|
||||||
}
|
}
|
||||||
LOG.debug(itemsJson);
|
|
||||||
return itemsJson;
|
return itemsJson;
|
||||||
}
|
}
|
||||||
} catch (JSONException e) {
|
} catch (JSONException e) {
|
||||||
e.printStackTrace();
|
LOG.error(e);
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue