# HG changeset patch # User george-weingart # Date 1399515151 14400 # Node ID a206555874eef0563313bd39d6c298909ebc91c1 # Parent 627e25eb606de03309db9115d57d20e88825d644 Removed Debugging statement diff -r 627e25eb606d -r a206555874ee micropita_prepare.py --- a/micropita_prepare.py Wed May 07 13:02:28 2014 -0400 +++ b/micropita_prepare.py Wed May 07 22:12:31 2014 -0400 @@ -171,7 +171,6 @@ results.inputname + " " +\ results.outputname argsx = shlex.split(os_command) #Split the command - print "This is a test 1234\n" try: ###os.system(os_command) subprocess.check_call(argsx , shell=False)