X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=emuvim%2Fcli%2Fnetwork.py;h=8d4219b662275b6972b4bd66a9c781b17f8de624;hb=eefea6c01c828a4c533a9fceea2945a8236766a5;hp=fd7851a76c830c6b36cd98fec63ba64a74c7a6f1;hpb=d7cb443596657a5c0a54e9c8230e441ad36a0cca;p=osm%2Fvim-emu.git diff --git a/emuvim/cli/network.py b/emuvim/cli/network.py index fd7851a..8d4219b 100755 --- a/emuvim/cli/network.py +++ b/emuvim/cli/network.py @@ -57,8 +57,6 @@ parser.add_argument( help="vnf name of the destination of the chain") def main(argv): - print "This is the son-emu network CLI." - print "Arguments: %s" % str(argv) args = vars(parser.parse_args(argv)) c = ZeroRpcClient() c.execute_command(args)