Get rid of 'Gets here' messages

This commit is contained in:
twinaphex 2015-06-01 17:06:28 +02:00
parent f9f7c28b94
commit a4812c955f
3 changed files with 0 additions and 5 deletions

View File

@ -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;

View File

@ -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:

View File

@ -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];
}