From: Ken Rice Date: Tue, 23 Dec 2008 22:01:01 +0000 (+0000) Subject: update X-Git-Tag: v1.0.2~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc64e962babf9338eee0d78cebe540e8f99aee21;p=thirdparty%2Ffreeswitch.git update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10934 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/esl/fs_cli.c b/libs/esl/fs_cli.c index 5c1825d8d3..96aa4fa0c7 100644 --- a/libs/esl/fs_cli.c +++ b/libs/esl/fs_cli.c @@ -231,8 +231,6 @@ int main(int argc, char *argv[]) printf("password: %s\n", optarg); esl_set_string(profile[0].pass, optarg); break; - printf("profile: %s\n", optarg); - break; case 'h': case '?': printf("%s [-H ] [-P ] [-s ] [-p ]\n", argv[0]);