[lobby] disable these logs, too verbose for production

This commit is contained in:
radius 2017-04-01 02:05:47 -05:00
parent 592fe4d967
commit 89829d22b4

View File

@ -134,7 +134,7 @@ static void task_netplay_crc_scan_handler(retro_task_t *task)
for (j = 0; j < playlist->size; j++)
{
#if 1
#if 0
RARCH_LOG("[lobby] playlist CRC: %s\n",
playlist->entries[j].crc32);
#endif
@ -190,7 +190,7 @@ filename_matching:
path_remove_extension(entry);
#if 1
#if 0
RARCH_LOG("[lobby] playlist filename: %s\n",
playlist->entries[j].path);
#endif