Skip to content

Commit 7e9cbe5

Browse files
committed
Comment out successful command syncing logging to declutter logs
1 parent 59da489 commit 7e9cbe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

topGG.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ async def _on_ready():
361361
# Sync commands
362362
try:
363363
synced_count = await syncer.sync_commands()
364-
logging.info(f"✅ Command sync completed: {synced_count} commands")
364+
# logging.info(f"✅ Command sync completed: {synced_count} commands")
365365
except Exception as e:
366366
logging.error(f"❌ Command sync failed: {e}")
367367

0 commit comments

Comments
 (0)