Remove list of categories when printing on the console

This commit is contained in:
Otavio Cordeiro 2023-04-05 23:17:22 +02:00
parent 872043d4fc
commit cc866f4ed1
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export class TagSynchronizationService implements TagSynchronizationServiceInter
this.plugin.saveSettings()
this.delegate?.tagSynchronizationDidSucceed(response.categories.length)
console.log('Categories synchronized: ' + response.categories)
console.log('Categories synchronized')
} catch (error) {
this.delegate?.tagSynchronizationDidFail(error)
console.log('Categories synchronization error: ' + error)