remove another debug console
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Mon Feb 18 2019 11:47:50 GMT+0100 (CET)*/
|
/*Generated on:Mon Feb 18 2019 11:59:11 GMT+0100 (CET)*/
|
||||||
var AutomaticDispose_Branch = "master";
|
var AutomaticDispose_Branch = "master";
|
||||||
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
||||||
var da_lss_adis_time = new Date().getTime();
|
var da_lss_adis_time = new Date().getTime();
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Mon Feb 18 2019 11:47:50 GMT+0100 (CET)*/
|
/*Generated on:Mon Feb 18 2019 11:59:11 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -19381,7 +19381,7 @@
|
|||||||
return Wunsch.count(function (count) {
|
return Wunsch.count(function (count) {
|
||||||
if (count > 0) {
|
if (count > 0) {
|
||||||
return Wunsch.each((mywunsch) => {
|
return Wunsch.each((mywunsch) => {
|
||||||
console.table(mywunsch);
|
// console.table(mywunsch);
|
||||||
return self.MainHandler()
|
return self.MainHandler()
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
+1
-1
@@ -1348,7 +1348,7 @@
|
|||||||
return Wunsch.count(function (count) {
|
return Wunsch.count(function (count) {
|
||||||
if (count > 0) {
|
if (count > 0) {
|
||||||
return Wunsch.each((mywunsch) => {
|
return Wunsch.each((mywunsch) => {
|
||||||
console.table(mywunsch);
|
// console.table(mywunsch);
|
||||||
return self.MainHandler()
|
return self.MainHandler()
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user