mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-11 19:00:54 +01:00
Removed stacktrace output
This commit is contained in:
parent
338764e452
commit
e911a5593d
@ -120,8 +120,7 @@ public class SchemToBlueprint {
|
||||
} catch (FileNotFoundException ignore) {
|
||||
// Ignore
|
||||
} catch (Exception e) {
|
||||
plugin.logError("Could not convert " + name + " schem, skipping!");
|
||||
e.printStackTrace();
|
||||
plugin.logError("Could not convert " + name + " schem, skipping! " + e.getLocalizedMessage());
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user