File tree Expand file tree Collapse file tree
builtin/apps/com.micropythonos.launcher/assets Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 ))
You can’t perform that action at this time.
0 commit comments