Skip to content

Commit 5d6b88a

Browse files
committed
menu: Remove unnecessary comment.
1 parent b005d8b commit 5d6b88a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/main/menu.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,6 @@ function getWindowSubmenu(
313313
type: "separator",
314314
});
315315
for (const tab of tabs) {
316-
// Skip missing elements left by `delete this.tabs[index]` in
317-
// ServerManagerView.
318316
if (tab === undefined) continue;
319317

320318
// Do not add functional tab settings to list of windows in menu bar

0 commit comments

Comments
 (0)