remove another debug console
This commit is contained in:
@@ -1348,7 +1348,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