remove another debug console
This commit is contained in:
4
dist/autoloaderV2.js
vendored
4
dist/autoloaderV2.js
vendored
@@ -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
|
||||
* ===============================================
|
||||
@@ -19381,7 +19381,7 @@
|
||||
return Wunsch.count(function (count) {
|
||||
if (count > 0) {
|
||||
return Wunsch.each((mywunsch) => {
|
||||
console.table(mywunsch);
|
||||
// console.table(mywunsch);
|
||||
return self.MainHandler()
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user