remove debug
This commit is contained in:
parent
2a2791448a
commit
1be80e3d57
@ -240,7 +240,6 @@ class driver():
|
|||||||
allAttrib += lineAttrib
|
allAttrib += lineAttrib
|
||||||
return str(allText), allAttrib
|
return str(allText), allAttrib
|
||||||
def getFenrirBGColor(self, attribute):
|
def getFenrirBGColor(self, attribute):
|
||||||
print(attribute[2])
|
|
||||||
try:
|
try:
|
||||||
return self.bgColorNames[attribute[2]]
|
return self.bgColorNames[attribute[2]]
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
Loading…
Reference in New Issue
Block a user