mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Comment out slowing Search All Boards logs in console.
Thanks to mfilser and xet7 ! Fixes #4072
This commit is contained in:
parent
d0a0c74fd9
commit
a62a177fb1
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ function buildSelector(queryParams) {
|
|||
let selector = {};
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('queryParams:', queryParams);
|
||||
// console.log('queryParams:', queryParams);
|
||||
|
||||
if (queryParams.selector) {
|
||||
selector = queryParams.selector;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue