From 87c616679a73ea545aaa18cf6c679e8af17706af Mon Sep 17 00:00:00 2001 From: Larry White Date: Fri, 29 Mar 2024 10:11:14 -0400 Subject: [PATCH] Remove print (#394) * Update task.py * bump version for print removal --- neurobooth_os/__init__.py | 2 +- neurobooth_os/tasks/task.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/neurobooth_os/__init__.py b/neurobooth_os/__init__.py index 811a2eca..e7500121 100644 --- a/neurobooth_os/__init__.py +++ b/neurobooth_os/__init__.py @@ -1,3 +1,3 @@ """Neurobooth OS""" -__version__ = "0.0.29" +__version__ = "0.0.29.1" diff --git a/neurobooth_os/tasks/task.py b/neurobooth_os/tasks/task.py index 65af050d..f1eeefd2 100644 --- a/neurobooth_os/tasks/task.py +++ b/neurobooth_os/tasks/task.py @@ -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",