chore: remove log
This commit is contained in:
@@ -86,7 +86,6 @@ export class NotesController
|
|||||||
reaction(
|
reaction(
|
||||||
() => this.selectedNotesCount,
|
() => this.selectedNotesCount,
|
||||||
(notes_count) => {
|
(notes_count) => {
|
||||||
console.log('hello')
|
|
||||||
this.disposeCommandRegisters()
|
this.disposeCommandRegisters()
|
||||||
|
|
||||||
const descriptionSuffix = `${pluralize(notes_count, 'current', 'selected')} ${pluralize(
|
const descriptionSuffix = `${pluralize(notes_count, 'current', 'selected')} ${pluralize(
|
||||||
|
|||||||
Reference in New Issue
Block a user