Remove debug print

pull/22/head
Zach Riggle 10 years ago
parent f543de68c9
commit 4a7beaec86

@ -86,7 +86,7 @@ def connect(func, event_handler, name=''):
if path in objfile_cache:
return
print(path, objfile.is_valid())
# print(path, objfile.is_valid())
objfile_cache.add(path)

Loading…
Cancel
Save