Code review comment

Removed debug
Fixed manifest App ID for release
This commit is contained in:
Philip Abbey
2023-11-21 17:58:18 +00:00
parent ce90d9d47f
commit 71c1ccc229
3 changed files with 2 additions and 5 deletions

View File

@ -131,7 +131,6 @@ class HomeAssistantToggleMenuItem extends WatchUi.ToggleMenuItem {
if (keepUpdating) {
// Now this feels very "closely coupled" to the application, but it is the most reliable method instead of using a timer.
getApp().updateNextMenuItem();
System.println("HomeAssistantToggleMenuItem onReturnGetState(): Updated " + mIdentifier);
}
}