chore: 🤖 clean up debug code

This commit is contained in:
Jin 2025-03-03 11:29:37 +01:00
parent 45a50f3aa1
commit ad711ff00c

View File

@ -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);
}