Skip to content

Commit f1566b9

Browse files
remove extra print statement
1 parent 380006a commit f1566b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,6 @@ def _find_module_non_stub_helper(
903903
fscache = self.fscache
904904
for count in range(len(components)):
905905
typed_file = os.path.join(pkg_dir, *components[:count+1], 'py.typed')
906-
_print('BETA ', typed_file)
907906
if fscache.isfile(typed_file):
908907
return os.path.join(pkg_dir, *components[:-1])
909908
return None

0 commit comments

Comments
 (0)