Skip to content
Snippets Groups Projects
Commit 3043832b authored by rahix's avatar rahix
Browse files

Merge branch 'remove-debug-bhi160' into 'master'

remove debug print in bhi160 module

See merge request !212
parents 2e03beea 30e1b7af
No related branches found
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.
Finish editing this message first!
Please register or to comment