Hide item deserialization errors unless using development branch (fixes #550)
This commit is contained in:
parent
957bf70c26
commit
aaa7a3536a
2 changed files with 13 additions and 4 deletions
|
|
@ -65,7 +65,7 @@ public class EntityStatement {
|
|||
|
||||
resultSet.close();
|
||||
}
|
||||
catch (Exception e) { // only display this exception on development branch
|
||||
catch (Exception e) { // only display exception on development branch
|
||||
if (!ConfigHandler.EDITION_BRANCH.contains("-dev")) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue