Remove debugging statement.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier 2006-11-23 06:36:50 +00:00
parent 5001057213
commit 7532d26c0c

View File

@ -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: