remove console log
parent
2bca66666b
commit
d630262352
|
|
@ -11,7 +11,6 @@
|
||||||
// Borrowed caching from Icon Launcher, code by halemmerich.
|
// Borrowed caching from Icon Launcher, code by halemmerich.
|
||||||
let launchCache = s.readJSON('launch.cache.json', true) || {};
|
let launchCache = s.readJSON('launch.cache.json', true) || {};
|
||||||
let launchHash = s.hash(/\.info/) + JSON.stringify(settings).length;
|
let launchHash = s.hash(/\.info/) + JSON.stringify(settings).length;
|
||||||
console.log(launchHash);
|
|
||||||
if (launchCache.hash != launchHash) {
|
if (launchCache.hash != launchHash) {
|
||||||
launchCache = {
|
launchCache = {
|
||||||
hash: launchHash,
|
hash: launchHash,
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "cutelauncher",
|
"id": "cutelauncher",
|
||||||
"name": "Cute Launcher",
|
"name": "Cute Launcher",
|
||||||
"shortName": "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",
|
"description": "A simple launcher app for Bangle.js 2 that makes use of the full touchscreen",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "launch",
|
"type": "launch",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue