From d46abca140523d12d780910fa725e76f1593f493 Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 12 Jan 2010 13:38:44 +0000 Subject: Remove a debug print --- configure.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure.py') diff --git a/configure.py b/configure.py index f9ca69343..e1b1df7c2 100755 --- a/configure.py +++ b/configure.py @@ -473,9 +473,6 @@ class ModuleInfo(object): self.header_internal = map(add_dir_name, self.header_internal) self.header_public = map(add_dir_name, self.header_public) - if len([f for f in self.source if f.endswith('h')]) > 0: - print self.lives_in - self.mp_bits = int(self.mp_bits) if self.uses_tr1 == 'yes': -- cgit v1.2.3