mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-11-01 08:39:31 +01:00
remove printStackTrace used for debugging
This commit is contained in:
parent
c6cbf2dfc3
commit
ff63376550
@ -40,7 +40,6 @@ public final class ApiInstanceUtil {
|
||||
provideMethod.setAccessible(true);
|
||||
provideMethod.invoke(null, discordSRV);
|
||||
} catch (ClassNotFoundException | IllegalAccessException | NoSuchMethodException | InvocationTargetException e) {
|
||||
e.printStackTrace();
|
||||
discordSRV.logger().error("Failed to set API instance", e);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user