Skip to content

Commit f339979

Browse files
Reduce debug
1 parent 71e1ea8 commit f339979

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

internal_filesystem/builtin/apps/com.micropythonos.launcher/assets/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def onResume(self, screen):
9191

9292
app_name = app.name
9393
app_dir_fullpath = app.installed_path
94-
print(f"Adding app {app_name} from {app_dir_fullpath}")
94+
#print(f"Adding app {app_name} from {app_dir_fullpath}")
9595

9696
# ----- container ------------------------------------------------
9797
app_cont = lv.obj(screen)

internal_filesystem/lib/mpos/content/app_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def refresh_apps(cls):
137137
# ---- store in both containers ---------------------------
138138
cls._app_list.append(app)
139139
cls._by_fullname[fullname] = app
140-
print("added app {}".format(app))
140+
#print("added app {}".format(app))
141141

142142
except Exception as e:
143143
print("AppManager: handling {} got exception: {}".format(base, e))

0 commit comments

Comments
 (0)