mirror of
https://gitlab.com/oloturia/fumcaso.git
synced 2025-01-08 22:47:17 +01:00
removed debugger print
This commit is contained in:
parent
3d7a6bd775
commit
4ba1fd658e
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ def writeStrip(story,fontSize):
|
||||||
addtext = ImageDraw.Draw(vign)
|
addtext = ImageDraw.Draw(vign)
|
||||||
fnt = ImageFont.truetype(fileDir+"ubuntu.ttf",fontSize)
|
fnt = ImageFont.truetype(fileDir+"ubuntu.ttf",fontSize)
|
||||||
textVign = fetchText(indVign)
|
textVign = fetchText(indVign)
|
||||||
print(textVign)
|
|
||||||
if textVign!=0:
|
if textVign!=0:
|
||||||
text1 = textVign[4]
|
text1 = textVign[4]
|
||||||
text2 = textVign[5]
|
text2 = textVign[5]
|
||||||
|
|
Loading…
Reference in a new issue