mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
chore: 🤖 clean up debug code
This commit is contained in:
@@ -495,7 +495,6 @@ export default class TabRowWidget extends BasicWidget {
|
||||
}
|
||||
|
||||
noteContextRemovedEvent({ ntxIds }: EventData<"noteContextRemoved">) {
|
||||
console.log(ntxIds);
|
||||
for (const ntxId of ntxIds) {
|
||||
this.removeTab(ntxId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user