Skip to content

Commit

Permalink
Remove print (#394)
Browse files Browse the repository at this point in the history
* Update task.py

* bump version for print removal
  • Loading branch information
lwhite1 authored Mar 29, 2024
1 parent ce3fd87 commit 87c6166
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion neurobooth_os/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Neurobooth OS"""

__version__ = "0.0.29"
__version__ = "0.0.29.1"
1 change: 0 additions & 1 deletion neurobooth_os/tasks/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ def present_task(self, prompt=True, duration=0, **kwargs):
self.countdown_task()
self.show_text(screen=self.task_screen, msg="Task", audio=None, wait_time=3)
if prompt:
print(locals())
self.show_text(
screen=self.press_task_screen,
msg="Task-continue-repeat",
Expand Down

0 comments on commit 87c6166

Please sign in to comment.