mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 09:48:02 +00:00
- Removing a debug statement
This commit is contained in:
@@ -40,7 +40,7 @@ def initializeFormats():
|
|||||||
banned = line.split(':')[1]
|
banned = line.split(':')[1]
|
||||||
formats[format]['banned'] = sets.split('; ')
|
formats[format]['banned'] = sets.split('; ')
|
||||||
|
|
||||||
print formats
|
#print formats
|
||||||
return formats
|
return formats
|
||||||
|
|
||||||
def writeToFiles(text, files):
|
def writeToFiles(text, files):
|
||||||
|
|||||||
Reference in New Issue
Block a user