Skip to content
Snippets Groups Projects
Commit e63885f4 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Disable debug output from discord sdk

parent f2d5cae9
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -103,11 +103,11 @@ void ALDiscordManager::init() ...@@ -103,11 +103,11 @@ void ALDiscordManager::init()
LL_DEBUGS() << "Discord: " << message << LL_ENDL; LL_DEBUGS() << "Discord: " << message << LL_ENDL;
break; break;
} }
case discord::LogLevel::Debug: //case discord::LogLevel::Debug:
{ //{
LL_DEBUGS() << "Discord: " << message << LL_ENDL; // LL_DEBUGS() << "Discord: " << message << LL_ENDL;
break; // break;
} //}
} }
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment