Remove some logs
This commit is contained in:
parent
0ca142faf4
commit
36d9b866cc
|
@ -524,8 +524,6 @@ static void runloop_check_shader_dir(rarch_dir_list_t *dir_list,
|
||||||
const char *shader = NULL;
|
const char *shader = NULL;
|
||||||
enum rarch_shader_type type = RARCH_SHADER_NONE;
|
enum rarch_shader_type type = RARCH_SHADER_NONE;
|
||||||
|
|
||||||
RARCH_LOG("SWITCH \n");
|
|
||||||
|
|
||||||
if (!dir_list || !dir_list->list)
|
if (!dir_list || !dir_list->list)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
@ -545,7 +543,6 @@ static void runloop_check_shader_dir(rarch_dir_list_t *dir_list,
|
||||||
return;
|
return;
|
||||||
|
|
||||||
shader = dir_list->list->elems[dir_list->ptr].data;
|
shader = dir_list->list->elems[dir_list->ptr].data;
|
||||||
RARCH_LOG("SWITCH %s,\n", shader);
|
|
||||||
|
|
||||||
switch (msg_hash_to_file_type(msg_hash_calculate(path_get_extension(shader))))
|
switch (msg_hash_to_file_type(msg_hash_calculate(path_get_extension(shader))))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue