mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 09:37:04 +01:00
Fix: remove accidental console log
This commit is contained in:
parent
9270f7290e
commit
90731e05f5
1 changed files with 0 additions and 2 deletions
|
|
@ -307,8 +307,6 @@ export class DocumentListViewService {
|
||||||
activeListViewState.currentPage = 1
|
activeListViewState.currentPage = 1
|
||||||
this.reload()
|
this.reload()
|
||||||
} else {
|
} else {
|
||||||
console.log(error)
|
|
||||||
|
|
||||||
this.selectionData = null
|
this.selectionData = null
|
||||||
let errorMessage
|
let errorMessage
|
||||||
if (
|
if (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue