remove another debug print

This commit is contained in:
Guillaume Leclerc 2016-05-15 14:58:33 +02:00
parent 0867dd6dfc
commit b2c50733d9

View file

@ -45,7 +45,6 @@ subprocess.call(['docker', 'build', '-t' , 'xonsh', '.'])
os.remove('./Dockerfile')
run_args = ['docker', 'run', '-ti']
print(args.env)
for e in args.env:
run_args += ['-e', e]
if args.rm: