Skip to content

Commit b857c03

Browse files
committed
remove print
1 parent 5b1f040 commit b857c03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

BabbleApp/babble_model_loader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ def run_model(self):
3434
output = self.one_euro_filter(output)
3535
for i in range(len(output)): # Clip values between 0 - 1
3636
output[i] = max(min(output[i], 1), 0)
37-
print(output)
3837
self.output = output

0 commit comments

Comments
 (0)