mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
decrease log massive verbosity when leaderboard is active
This commit is contained in:
parent
4506a58e31
commit
d444044fde
@ -662,7 +662,6 @@ static void cheevos_test_leaderboards(void)
|
||||
|
||||
if (value != lboard->last_value)
|
||||
{
|
||||
CHEEVOS_LOG(CHEEVOS_TAG "Value lboard %s %u\n", lboard->info->title, value);
|
||||
lboard->last_value = value;
|
||||
}
|
||||
|
||||
|
@ -1853,8 +1853,6 @@ static void cheevos_test_leaderboards(void)
|
||||
|
||||
if (value != lboard->last_value)
|
||||
{
|
||||
CHEEVOS_LOG("[CHEEVOS]: value lboard %s %u\n",
|
||||
lboard->title, value);
|
||||
lboard->last_value = value;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user