From: kramm Date: Mon, 24 Nov 2008 16:18:08 +0000 (+0000) Subject: removed debug code X-Git-Tag: release-0-9-0~748 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=70832c5f274390ae04db8a40927e849e0054a2d9 removed debug code --- 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"):