Reduce debug

This commit is contained in:
Thomas Farstrike
2026-02-25 15:40:36 +01:00
parent 71e1ea8bd2
commit f339979440
2 changed files with 2 additions and 2 deletions
@@ -91,7 +91,7 @@ class Launcher(Activity):
app_name = app.name
app_dir_fullpath = app.installed_path
print(f"Adding app {app_name} from {app_dir_fullpath}")
#print(f"Adding app {app_name} from {app_dir_fullpath}")
# ----- container ------------------------------------------------
app_cont = lv.obj(screen)
@@ -137,7 +137,7 @@ class AppManager:
# ---- store in both containers ---------------------------
cls._app_list.append(app)
cls._by_fullname[fullname] = app
print("added app {}".format(app))
#print("added app {}".format(app))
except Exception as e:
print("AppManager: handling {} got exception: {}".format(base, e))