Skip to content

Commit

Permalink
Merge pull request #209 from BCG-Gamma/bugfix/learner_grid_print
Browse files Browse the repository at this point in the history
remove a print() statement accidentally left in after debugging
  • Loading branch information
jason-bentley authored Jan 20, 2021
2 parents 681f5aa + 810e2ff commit 8259f8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/facet/selection/_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ def _clip(i: int, i_max: int) -> int:
return min(i, i_max)

if isinstance(pos, slice):
print(pos)
return [
_get(i)
for i in range(
Expand Down

0 comments on commit 8259f8e

Please sign in to comment.