Disable the step counter app

Why do I need this :D
This commit is contained in:
Peter Cai 2022-06-14 18:37:23 -04:00
parent bb8f651481
commit f4ad9fb4cd
1 changed files with 0 additions and 1 deletions

View File

@ -177,7 +177,6 @@ class Manager():
def register_defaults(self):
"""Register the default applications."""
self.register('apps.clock.ClockApp', True, no_except=True)
self.register('apps.steps.StepCounterApp', True, no_except=True)
self.register('apps.stopwatch.StopwatchApp', True, no_except=True)
self.register('apps.heart.HeartApp', True, no_except=True)