Skip to content

Commit 22fe335

Browse files
authored
remove leftover print statement
1 parent 1131879 commit 22fe335

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

phylib/io/model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ def __init__(self, **kwargs):
327327
elif not isinstance(self.dat_path, (list, tuple)):
328328
self.dat_path = [self.dat_path]
329329
assert isinstance(self.dat_path, (list, tuple))
330-
print(self.dat_path)
331330
self.dat_path = [Path(p).resolve() if not Path(p).is_symlink() else p for p in self.dat_path]
332331

333332
self.dtype = getattr(self, 'dtype', np.int16)

0 commit comments

Comments
 (0)