removed debug print statements

This commit is contained in:
Jesse Cirimelli-Low 2018-11-28 09:39:58 -08:00
parent 0920321a2e
commit a56e3f609b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class filelist:
for file in files:
self.list.append(root + '/' + file)
out_file.write('{}/{}\n'.format(root,file))
print('{}/{}'.format(root,file))
#print('{}/{}'.format(root,file))