remove console log
parent
2bca66666b
commit
d630262352
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue