remove debug

This commit is contained in:
chrys 2017-08-14 00:40:34 +02:00
parent 2a2791448a
commit 1be80e3d57

View File

@ -240,7 +240,6 @@ class driver():
allAttrib += lineAttrib
return str(allText), allAttrib
def getFenrirBGColor(self, attribute):
print(attribute[2])
try:
return self.bgColorNames[attribute[2]]
except Exception as e: