From 5435c440ec792038d736418c4182b5bf93bcbca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Mon, 17 Dec 2018 17:52:09 +0100 Subject: [PATCH] V2 UP 948018419739 --- dist/autoloader.js | 2 +- dist/autoloaderV2.js | 6 +++--- src/autoloaderV2.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/autoloader.js b/dist/autoloader.js index 6594a29..d48ca87 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Dec 17 2018 17:48:24 GMT+0100 (CET)*/ +/*Generated on:Mon Dec 17 2018 17:52:08 GMT+0100 (CET)*/ var AutomaticDispose_Branch = "master"; var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var da_lss_adis_time = new Date().getTime(); diff --git a/dist/autoloaderV2.js b/dist/autoloaderV2.js index e578a9b..73357ad 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Dec 17 2018 17:48:24 GMT+0100 (CET)*/ +/*Generated on:Mon Dec 17 2018 17:52:08 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -18777,8 +18777,8 @@ class AutomaticDispose { Wunsche.sort((a, b) => { return a.next_check - b.next_check; }); - console.log("TIME:", Math.floor(new Date().getTime() / 1000)) - console.table(Wunsche); + //console.log("TIME:", Math.floor(new Date().getTime() / 1000)) + //console.table(Wunsche); if (Wunsche.length > 0) { let myWunsch = Wunsche[0]; // console.log("MYWUNSCH:") diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index 19aa67f..e2f861e 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -1117,8 +1117,8 @@ class AutomaticDispose { Wunsche.sort((a, b) => { return a.next_check - b.next_check; }); - console.log("TIME:", Math.floor(new Date().getTime() / 1000)) - console.table(Wunsche); + //console.log("TIME:", Math.floor(new Date().getTime() / 1000)) + //console.table(Wunsche); if (Wunsche.length > 0) { let myWunsch = Wunsche[0]; // console.log("MYWUNSCH:")