diff --git a/command.c b/command.c index f4f96e66a9..b43ed5ab75 100644 --- a/command.c +++ b/command.c @@ -2276,7 +2276,6 @@ bool command_event(enum event_command cmd, void *data) { static struct string_list *hostname = NULL; hostname = string_split(buf, "|"); - RARCH_LOG("%s %d\n", hostname->elems[0].data, atoi(hostname->elems[1].data)); if (!init_netplay(NULL, hostname->elems[0].data, atoi(hostname->elems[1].data)))