mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Disable some logs that are not needed anymore.
Thanks to xet7 !
This commit is contained in:
parent
1df060b8f6
commit
0373da44b3
1 changed files with 2 additions and 2 deletions
|
@ -2091,7 +2091,7 @@ Cards.globalSearch = queryParams => {
|
|||
}
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('selector:', selector);
|
||||
// console.log('selector:', selector);
|
||||
const cards = Cards.find(selector, {
|
||||
fields: {
|
||||
_id: 1,
|
||||
|
@ -2114,7 +2114,7 @@ Cards.globalSearch = queryParams => {
|
|||
});
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('count:', cards.count());
|
||||
//console.log('count:', cards.count());
|
||||
|
||||
return { cards, errors };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue