From 90105267c5a3964b1b38f63d200969f11bb3e7d4 Mon Sep 17 00:00:00 2001 From: Voussoir Date: Mon, 1 Dec 2014 08:49:29 -0800 Subject: [PATCH] else ASCII fix --- ascii/ascii.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ascii/ascii.py b/ascii/ascii.py index 460577c..cad3384 100644 --- a/ascii/ascii.py +++ b/ascii/ascii.py @@ -86,8 +86,6 @@ def ascii(FILENAME, XVALUE, YVALUE, CONTRAST): asciivals = asciivals[::CONTRAST] asciivals[-1] = 256 asciikeys[-1] = ' ' - print(asciikeys) - print(asciivals) width = rpi.size[0] height = rpi.size[1] charspanx = int(width / XVALUE)