mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
remove log spam
This commit is contained in:
parent
34be5f399c
commit
25c99fd83e
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue