From d630262352d656465f35944ec7d3e4c1cb5200fe Mon Sep 17 00:00:00 2001 From: kkayam Date: Sun, 16 Feb 2025 15:48:03 +0000 Subject: [PATCH] remove console log --- apps/cutelauncher/app.js | 1 - apps/cutelauncher/metadata.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/cutelauncher/app.js b/apps/cutelauncher/app.js index 47a33d6ac..e7bc968fa 100644 --- a/apps/cutelauncher/app.js +++ b/apps/cutelauncher/app.js @@ -11,7 +11,6 @@ // Borrowed caching from Icon Launcher, code by halemmerich. let launchCache = s.readJSON('launch.cache.json', true) || {}; let launchHash = s.hash(/\.info/) + JSON.stringify(settings).length; - console.log(launchHash); if (launchCache.hash != launchHash) { launchCache = { hash: launchHash, diff --git a/apps/cutelauncher/metadata.json b/apps/cutelauncher/metadata.json index 63f8e8844..f91defeea 100644 --- a/apps/cutelauncher/metadata.json +++ b/apps/cutelauncher/metadata.json @@ -2,7 +2,7 @@ "id": "cutelauncher", "name": "Cute Launcher", "shortName": "Cute Launcher", - "version": "0.25", + "version": "0.26", "description": "A simple launcher app for Bangle.js 2 that makes use of the full touchscreen", "icon": "app.png", "type": "launch",