Skip to content

Commit

Permalink
Merge pull request #849 from darton/patch-1
Browse files Browse the repository at this point in the history
remove print("here") from def all_values()
  • Loading branch information
bennuttall committed Mar 30, 2020
2 parents 2ac59d2 + 306983f commit ab38ebf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gpiozero/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ def all_values(*values):
.. _logical conjunction: https://en.wikipedia.org/wiki/Logical_conjunction
"""
print("here")
values = [_normalize(v) for v in values]
for v in zip(*values):
yield all(v)
Expand Down

0 comments on commit ab38ebf

Please sign in to comment.