mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2025-01-03 18:38:26 +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.setAccessible(true);
|
||||||
provideMethod.invoke(null, discordSRV);
|
provideMethod.invoke(null, discordSRV);
|
||||||
} catch (ClassNotFoundException | IllegalAccessException | NoSuchMethodException | InvocationTargetException e) {
|
} catch (ClassNotFoundException | IllegalAccessException | NoSuchMethodException | InvocationTargetException e) {
|
||||||
e.printStackTrace();
|
|
||||||
discordSRV.logger().error("Failed to set API instance", e);
|
discordSRV.logger().error("Failed to set API instance", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user