mirror of
https://github.com/wekan/wekan.git
synced 2026-01-21 16:56:11 +01:00
Disable console.log
This commit is contained in:
parent
0991e54c22
commit
ea01c5c1b9
3 changed files with 5 additions and 5 deletions
|
|
@ -443,7 +443,7 @@ function buildSelector(queryParams) {
|
|||
}
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('cards selector:', JSON.stringify(selector, null, 2));
|
||||
//console.log('cards selector:', JSON.stringify(selector, null, 2));
|
||||
|
||||
const query = new Query();
|
||||
query.selector = selector;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue