From: Anthony Minessale Date: Thu, 2 Oct 2008 17:11:07 +0000 (+0000) Subject: WTF X-Git-Tag: v1.0.2~1002 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4966972a257562c6dd482f4a21e06da6b5e3ea9f;p=thirdparty%2Ffreeswitch.git WTF git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9790 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch.c b/src/switch.c index 5d92f7b94f..26ccfdb721 100644 --- a/src/switch.c +++ b/src/switch.c @@ -617,7 +617,6 @@ int main(int argc, char *argv[]) } if (destroy_status == SWITCH_STATUS_RESTART) { - printf("WTF\n"); execv(argv[0], argv); ret = 0; }