Skip to content

Commit 7bbf568

Browse files
Remove orphan print(srcpath) statement
Co-Authored-By: Oscar Benjamin <[email protected]>
1 parent c8b28af commit 7bbf568

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coverage_plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ class CyFileTracer(FileTracer):
128128
"""File tracer for Cython files (.pyx,.pxd)."""
129129

130130
def __init__(self, srcpath):
131-
print(srcpath)
132131
assert (src_dir / srcpath).exists()
133132
self.srcpath = srcpath
134133

0 commit comments

Comments
 (0)