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:
parent
5001057213
commit
7532d26c0c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user