Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonella Sgarlatta committed Jun 3, 2021
1 parent 9f9fb5d commit e7fc206
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export class NoteTagsState {
}

setAutocompleteInputFocused(focused: boolean): void {
console.log('set focused', focused);
this.autocompleteInputFocused = focused;
}

Expand Down

0 comments on commit e7fc206

Please sign in to comment.