From: Kevin Ollivier Date: Thu, 23 Nov 2006 06:36:50 +0000 (+0000) Subject: Remove debugging statement. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7532d26c0cc2fd4e24f3298874a6589fffa02655 Remove debugging statement. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/wxaddons/__init__.py b/wxPython/wxaddons/__init__.py index 80c2385471..4af9d1831a 100644 --- a/wxPython/wxaddons/__init__.py +++ b/wxPython/wxaddons/__init__.py @@ -177,7 +177,6 @@ def import_hook(name, globals=None, locals=None, fromlist=None): try: return builtin_import(name, globals, locals, fromlist) except: - print "Check imports is: " + `check_imports` if name.startswith("wxaddons"): print "Querying %s for module." % domain try: