Remove debugging line

This commit is contained in:
Travis Ralston 2018-07-10 15:13:22 -06:00
parent e9f7d2096e
commit 9e0fafbcd4

View file

@ -405,8 +405,7 @@ def logv(line):
def cleanup_env():
#shutil.rmtree(tmp_dir)
pass
shutil.rmtree(tmp_dir)
def mkdirp(d) :