Removed stacktrace output

This commit is contained in:
tastybento 2019-05-18 16:06:00 -07:00
parent 338764e452
commit e911a5593d

View File

@ -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;
}