Skip to content

Commit

Permalink
Merge pull request #76 from jeffbhasin/master
Browse files Browse the repository at this point in the history
Remove errant print
  • Loading branch information
mdshw5 committed Oct 23, 2015
2 parents 6f6ef10 + 6b01f8c commit 096898b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyfaidx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@ def __getitem__(self, n):
stop = len(self) + stop
if start < 0:
start = len(self) + start
print(stop)
return self._fa.get_seq(self.name, start + 1, stop)[::step]

elif isinstance(n, int):
Expand Down

0 comments on commit 096898b

Please sign in to comment.