From e8cc77e567296d9d79fefb06ab8ee174720c0dd2 Mon Sep 17 00:00:00 2001 From: radius Date: Sun, 21 May 2017 23:12:54 -0500 Subject: [PATCH] cleanup --- command.c | 1 - 1 file changed, 1 deletion(-) 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)))