Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Pebaz committed Dec 18, 2019
1 parent d38fe70 commit 109ce4c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nimporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,6 @@ def find_spec(cls, fullname, path=None, target=None):
]

for search_path in search_paths:

if (search_path / package).glob(module_file):
print('GOT IT GOT IT', fullname, path, search_path, module_file)

# NOTE(pebaz): Found an importable/compileable module
if (search_path / package).glob(module_file):
module_path = search_path / module_file
Expand Down

0 comments on commit 109ce4c

Please sign in to comment.