remove printStackTrace used for debugging

This commit is contained in:
Vankka 2022-03-28 17:22:01 +03:00
parent c6cbf2dfc3
commit ff63376550
No known key found for this signature in database
GPG Key ID: 6E50CB7A29B96AD0

View File

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