small update network cli
[osm/vim-emu.git] / emuvim / cli / network.py
index fd7851a..8d4219b 100755 (executable)
@@ -57,8 +57,6 @@ parser.add_argument(
     help="vnf name of the destination of the chain")\r
 \r
 def main(argv):\r
-    print "This is the son-emu network CLI."\r
-    print "Arguments: %s" % str(argv)\r
     args = vars(parser.parse_args(argv))\r
     c = ZeroRpcClient()\r
     c.execute_command(args)\r