Skip to content
Snippets Groups Projects
Commit 30e1b7af authored by Daniel Hoffend's avatar Daniel Hoffend
Browse files

remove debug print in bhi160 module

parent dc975c7b
Branches
No related tags found
No related merge requests found
......@@ -48,7 +48,6 @@ class BHI160:
def _interrupt(self, _):
if self.active:
data = self.read()
print(data)
if self._callback:
self._callback(data)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment