We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9372b commit 01111e9Copy full SHA for 01111e9
src/main/java/net/discordjug/javabot/tasks/MetricsUpdater.java
@@ -40,7 +40,6 @@ public class MetricsUpdater extends ListenerAdapter {
40
public void onReady(@NotNull ReadyEvent event) {
41
asyncPool.scheduleWithFixedDelay(() -> {
42
for (Guild guild : event.getJDA().getGuilds()) {
43
- log.info("for guild: {}", guild);
44
MetricsConfig config = botConfig.get(guild).getMetricsConfig();
45
if (config.getMetricsCategory() == null || config.getMetricsMessageTemplate().isEmpty()) {
46
continue;
0 commit comments