Commit 0699cb07 authored by Rohit Gupta's avatar Rohit Gupta

removed display of arguments

parent 77be649f
......@@ -945,7 +945,6 @@ flag_remove_logdir=False
i=1
print "Number of arguments argc = " + str(len(sys.argv))
print "Argv = " + " ".join(sys.argv)
while i < len (sys.argv):
arg=sys.argv[i]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment