From 4ba1fd658ee2788c99ce3d09dd968255231ab070 Mon Sep 17 00:00:00 2001 From: oloturia Date: Fri, 28 Feb 2020 17:37:48 +0100 Subject: [PATCH] removed debugger print --- randstrip.py | 1 - 1 file changed, 1 deletion(-) diff --git a/randstrip.py b/randstrip.py index 658740a..c318814 100755 --- a/randstrip.py +++ b/randstrip.py @@ -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]