remove console log

master
kkayam 2025-02-16 15:48:03 +00:00
parent 2bca66666b
commit d630262352
2 changed files with 1 additions and 2 deletions

View File

@ -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,

View File

@ -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",