Skip to content

Commit 401681d

Browse files
activity.py: less debug
1 parent e150532 commit 401681d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal_filesystem/lib/mpos/app/activity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def task_handler_callback(self, a, b):
7575
# Execute a function if the Activity is in the foreground
7676
def if_foreground(self, func, *args, **kwargs):
7777
if self._has_foreground:
78-
print(f"executing {func} with args {args} and kwargs {kwargs}")
78+
#print(f"executing {func} with args {args} and kwargs {kwargs}")
7979
result = func(*args, **kwargs)
8080
return result
8181
else:

0 commit comments

Comments
 (0)