1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 01:29:43 +01:00

maybe remove console spam (seperate commit to consider reverts)

This commit is contained in:
Buggem's Fedora PC 2024-12-21 14:17:17 +11:00
parent bef03b68ea
commit d35fb29541

View file

@ -155,7 +155,6 @@ void DISCORD_update(const char* area, const char* roomname)
if (!DISCORD_REQUIRE(app.core->run_callbacks(app.core)))
{
// Something or other is wrong, but do we care?
vlog_debug("Something went wrong in the Discord API update method");
return;
}
if (app.activityMan == NULL)