From 70832c5f274390ae04db8a40927e849e0054a2d9 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 24 Nov 2008 16:18:08 +0000 Subject: [PATCH] removed debug code --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 3576e01..8de63e6 100644 --- a/setup.py +++ b/setup.py @@ -166,8 +166,6 @@ class ConfigScript: for i in [1,2,4,8]: s = "static int test_array [%d+1-sizeof(%s)*2];\ntest_array [0] = 0;" % (i*2,t) if self.test_code("", s): - print s - print i return i return None elif name.startswith("USE_FREEETYPE"): -- 1.7.10.4