Back out log statement

This commit is contained in:
ghubstan 2022-06-29 19:16:29 -03:00
parent e87d3e3191
commit 9cb798f427
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -66,8 +66,6 @@ final class GrpcStubs {
log.debug("Shutting down bot's grpc channel.");
channel.shutdown().awaitTermination(1, SECONDS);
log.debug("Bot channel shutdown complete.");
} else {
log.warn("Bot channel already shut down!");
}
} catch (InterruptedException ex) {
throw new IllegalStateException(ex);