You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Reduce debug
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user