Skip to content

Commit 52a983d

Browse files
committed
Remove debug print.
1 parent 3eb8017 commit 52a983d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sphinx_jinja2_compat/_meta_path.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ def __init__(self):
4242
self._stack = []
4343

4444
def find_spec(self, fullname, path, target=None):
45-
print(fullname)
46-
4745
if fullname in self._stack:
4846
return None
4947

0 commit comments

Comments
 (0)