diff --git a/frontend/drivers/platform_xdk.c b/frontend/drivers/platform_xdk.c index 0cfa233006..7c1e3e6f16 100644 --- a/frontend/drivers/platform_xdk.c +++ b/frontend/drivers/platform_xdk.c @@ -206,7 +206,6 @@ static void frontend_xdk_get_environment_settings(int *argc, char *argv[], static char path[PATH_MAX_LENGTH]; *path = '\0'; #if defined(_XBOX1) - RARCH_LOG("Gets here top.\n"); LAUNCH_DATA ptr; DWORD launch_type; diff --git a/ui/drivers/ui_cocoa.m b/ui/drivers/ui_cocoa.m index 95b5118525..673f7c61f6 100644 --- a/ui/drivers/ui_cocoa.m +++ b/ui/drivers/ui_cocoa.m @@ -327,8 +327,6 @@ static void poll_iteration(void) unsigned sender_tag = (unsigned)[sender tag]; global_t *global = global_get_ptr(); - RARCH_LOG("Gets here, sender tag is: %d\n", sender_tag); - switch (sender_tag) { case 1: diff --git a/ui/drivers/ui_cocoatouch.m b/ui/drivers/ui_cocoatouch.m index 4c04fdf09c..93134572a7 100644 --- a/ui/drivers/ui_cocoatouch.m +++ b/ui/drivers/ui_cocoatouch.m @@ -583,8 +583,6 @@ static void ui_companion_cocoatouch_notify_list_pushed(void *data, RetroArch_iOS *ap = (RetroArch_iOS *)apple_platform; - RARCH_LOG("Gets here.\n"); - if (ap) [ap mainMenuRefresh]; }