Remove debugging tracer.
This commit is contained in:
parent
c5f63db5f0
commit
f19fa34ac5
|
@ -218,7 +218,6 @@ class PolyFileFinder(FileFinder):
|
||||||
|
|
||||||
|
|
||||||
def _poly_file_finder_modules(importer, prefix=''):
|
def _poly_file_finder_modules(importer, prefix=''):
|
||||||
print("RUNNING!")
|
|
||||||
if importer.path is None or not os.path.isdir(importer.path):
|
if importer.path is None or not os.path.isdir(importer.path):
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue