mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Chore: remove a couple of console logs
This commit is contained in:
parent
1c89f6da24
commit
92524ae97a
@ -492,11 +492,9 @@ describe('FilterableDropdownComponent & FilterableDropdownSelectionModel', () =>
|
|||||||
component.selectionModel.items = items
|
component.selectionModel.items = items
|
||||||
component.selectionModel = selectionModel
|
component.selectionModel = selectionModel
|
||||||
component.selectionModel.intersection = Intersection.Include
|
component.selectionModel.intersection = Intersection.Include
|
||||||
console.log(component.selectionModel.items[0])
|
|
||||||
component.selectionModel.set(null, ToggleableItemState.Selected)
|
component.selectionModel.set(null, ToggleableItemState.Selected)
|
||||||
component.selectionModel.intersection = Intersection.Exclude
|
component.selectionModel.intersection = Intersection.Exclude
|
||||||
component.selectionModel.toggleIntersection()
|
component.selectionModel.toggleIntersection()
|
||||||
console.log(component.selectionModel)
|
|
||||||
expect(component.selectionModel.getExcludedItems()).toEqual([
|
expect(component.selectionModel.getExcludedItems()).toEqual([
|
||||||
negativeNullItem,
|
negativeNullItem,
|
||||||
])
|
])
|
||||||
|
@ -602,7 +602,6 @@ export class SettingsService {
|
|||||||
)
|
)
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.toastService.showError(errorMessage)
|
this.toastService.showError(errorMessage)
|
||||||
console.log(error)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
this.storeSettings()
|
this.storeSettings()
|
||||||
@ -614,7 +613,6 @@ export class SettingsService {
|
|||||||
},
|
},
|
||||||
error: (e) => {
|
error: (e) => {
|
||||||
this.toastService.showError(errorMessage)
|
this.toastService.showError(errorMessage)
|
||||||
console.log(e)
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@ -636,7 +634,6 @@ export class SettingsService {
|
|||||||
this.toastService.showError(
|
this.toastService.showError(
|
||||||
'Error migrating update checking setting'
|
'Error migrating update checking setting'
|
||||||
)
|
)
|
||||||
console.log(e)
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user