Skip to content

Commit d74f733

Browse files
chore: remove useless comments
1 parent 0d1c61d commit d74f733

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

src/ext/bg.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,7 @@ function sidepanelHandler(port) {
116116
}
117117
const coll = await collLoader.loadColl(defaultCollId);
118118

119-
// delete each page from the local store
120119
for (const id of message.pageIds) {
121-
// swlib’s store.deletePage (or similar) removes it.
122-
// If your API is identical to ReplayWeb.page’s HTTP API:
123-
// DELETE `${this.collInfo.apiPrefix}/page/${id}` :contentReference[oaicite:0]{index=0}
124120
await coll.store.deletePage(id);
125121
}
126122

src/sidepanel.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -838,8 +838,6 @@ class ArgoViewer extends LitElement {
838838
// @ts-expect-error - TS2339 - Property 'selectedCount' does not exist on type 'ArgoViewer'.
839839
this.selectedCount > 0
840840
? html`
841-
<!-- ─── BULK-ACTION BAR (exact same icons as bottom) ─── -->
842-
843841
<div
844842
style="display:flex; align-items:center; justify-content:space-between; padding: 0.25rem 1rem;"
845843
>

0 commit comments

Comments
 (0)