mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Comment out debugging code
This commit is contained in:
parent
a63a61e7fc
commit
eb7fc0fb26
1 changed files with 6 additions and 6 deletions
|
@ -753,16 +753,16 @@ Meteor.publish('previousPage', function(sessionId) {
|
|||
function findCards(sessionId, selector, projection, errors = null) {
|
||||
const userId = Meteor.userId();
|
||||
|
||||
console.log('selector:', selector);
|
||||
console.log('projection:', projection);
|
||||
// if (selector.dueAt) {
|
||||
// console.log('dueAt:', typeof selector.dueAt.$lt, selector.dueAt.$lt.constructor.name, selector.dueAt.$lt);
|
||||
// }
|
||||
// eslint-disable-next-line no-console
|
||||
// console.log('selector:', selector);
|
||||
// eslint-disable-next-line no-console
|
||||
// console.log('projection:', projection);
|
||||
let cards;
|
||||
if (!errors || !errors.hasErrors()) {
|
||||
cards = Cards.find(selector, projection);
|
||||
}
|
||||
console.log('count:', cards.count());
|
||||
// eslint-disable-next-line no-console
|
||||
// console.log('count:', cards.count());
|
||||
|
||||
const update = {
|
||||
$set: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue