mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
remove log spam
This commit is contained in:
parent
34be5f399c
commit
25c99fd83e
@ -1136,8 +1136,6 @@ static bool command_event_cmd_exec(const char *data,
|
||||
content_info.environ_get = menu_content_environment_get;
|
||||
#endif
|
||||
|
||||
RARCH_LOG("WAAAAAAAAAAAAAAAAAAAAAAAAAAA\n");
|
||||
|
||||
if (path_get(RARCH_PATH_CONTENT) != data)
|
||||
{
|
||||
path_clear(RARCH_PATH_CONTENT);
|
||||
@ -1582,7 +1580,6 @@ bool task_push_load_content_with_new_core_from_menu(
|
||||
|
||||
path_set(RARCH_PATH_CONTENT, fullpath);
|
||||
path_set(RARCH_PATH_CORE, core_path);
|
||||
RARCH_LOG("WEEEEEEEEEEEEEEEEEEEEEEEEEE\n");
|
||||
|
||||
#ifdef HAVE_DYNAMIC
|
||||
/* Load core */
|
||||
|
Loading…
x
Reference in New Issue
Block a user