less loggy
This commit is contained in:
@@ -69,7 +69,6 @@ public class DatabaseManager {
|
||||
String guildId = resultSet.getString("guild_id");
|
||||
String channelId = resultSet.getString("channel_id");
|
||||
String messageId = resultSet.getString("message_id");
|
||||
LOGGER.debug("Notifier for guild {}, channel {}, message {}", guildId, channelId, messageId);
|
||||
notified.add(new Notified(guildId, channelId, messageId));
|
||||
}
|
||||
return notified;
|
||||
|
||||
Reference in New Issue
Block a user