1
0
Fork 0
mirror of https://gitlab.com/oloturia/fumcaso.git synced 2025-01-08 06:27:17 +01:00

removed debugger print

This commit is contained in:
oloturia 2020-02-28 17:37:48 +01:00
parent 3d7a6bd775
commit 4ba1fd658e

View file

@ -97,7 +97,6 @@ def writeStrip(story,fontSize):
addtext = ImageDraw.Draw(vign)
fnt = ImageFont.truetype(fileDir+"ubuntu.ttf",fontSize)
textVign = fetchText(indVign)
print(textVign)
if textVign!=0:
text1 = textVign[4]
text2 = textVign[5]