summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 46fadfb..1cbd2e7 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -60,7 +60,6 @@ async fn setup(
info!("Registered global commands!");
// register "extra" commands in guilds that allow it
- info!("Fetching opted guilds");
let guilds = data.storage.get_opted_guilds().await?;
for guild in guilds {