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
Tags
1 merge request!212remove debug print in bhi160 module
......@@ -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