mirror of
https://github.com/wekan/wekan.git
synced 2026-03-13 00:46:14 +01:00
Comment out debug statements
This commit is contained in:
parent
a27aaca918
commit
391c0606d1
2 changed files with 8 additions and 10 deletions
|
|
@ -1733,7 +1733,7 @@ Cards.mutations({
|
|||
Cards.globalSearch = queryParams => {
|
||||
const userId = Meteor.userId;
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('userId:', this.userId);
|
||||
// console.log('userId:', this.userId);
|
||||
|
||||
const errors = {
|
||||
notFound: {
|
||||
|
|
@ -1885,7 +1885,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,
|
||||
|
|
@ -1906,7 +1906,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