Remove printing on the console

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

View File

@ -40,6 +40,5 @@ export class TagSuggestionViewModel {
public chooseCategory(tag: string) {
this.delegate?.tagSuggestionDidSelectTag(tag)
console.log('Category selected: ' + tag)
}
}