remove dead code

This commit is contained in:
Erik B Knudsen 2022-12-22 17:17:50 +01:00
parent fe19cfcdd2
commit e9c6b03b9e

View file

@ -93,9 +93,6 @@ class SourceFileTestHarness(TestHarness):
def _cleanup(self):
TestHarness._cleanup(self)
output = glob.glob(os.path.join(os.getcwd(), 'source.*'))
#for f in output:
# if os.path.exists(f):
# os.remove(f)
with open('settings.xml','w') as fh:
fh.write(settings1)