- Removing a debug statement

This commit is contained in:
Sol
2015-06-12 20:48:50 +00:00
parent 33c4d2d8d2
commit 00158ff984

View File

@@ -40,7 +40,7 @@ def initializeFormats():
banned = line.split(':')[1]
formats[format]['banned'] = sets.split('; ')
print formats
#print formats
return formats
def writeToFiles(text, files):