mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 09:39:43 +01:00
maybe remove console spam (seperate commit to consider reverts)
This commit is contained in:
parent
bef03b68ea
commit
d35fb29541
1 changed files with 0 additions and 1 deletions
|
@ -155,7 +155,6 @@ void DISCORD_update(const char* area, const char* roomname)
|
||||||
if (!DISCORD_REQUIRE(app.core->run_callbacks(app.core)))
|
if (!DISCORD_REQUIRE(app.core->run_callbacks(app.core)))
|
||||||
{
|
{
|
||||||
// Something or other is wrong, but do we care?
|
// Something or other is wrong, but do we care?
|
||||||
vlog_debug("Something went wrong in the Discord API update method");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (app.activityMan == NULL)
|
if (app.activityMan == NULL)
|
||||||
|
|
Loading…
Reference in a new issue