mirror of
https://github.com/wekan/wekan.git
synced 2026-02-01 22:21:47 +01:00
cleanup debug code
This commit is contained in:
parent
e70a1f0a60
commit
b5124d0f6a
2 changed files with 2 additions and 6 deletions
|
|
@ -1883,8 +1883,6 @@ Cards.globalSearch = queryParams => {
|
|||
hasErrors() {
|
||||
for (const prop in this.notFound) {
|
||||
if (this.notFound[prop].length) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('errors in:', prop, this.notFound[prop]);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue