Skip to content

Commit 62a4c9f

Browse files
remove debugger keywords
1 parent 0fab68f commit 62a4c9f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/core/common/download.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ async function downloadPageForeground(pageData, options) {
183183

184184
async function sharePage(pageData, options) {
185185
sharePageBar = getSharePageBar();
186-
debugger;
187186
const cancelled = await sharePageBar.display(options.selected);
188187
if (!cancelled) {
189188
const data = { files: [new File([pageData.content], pageData.filename, { type: pageData.mimeType })] };

src/ui/content/content-ui-editor-web.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,6 @@ pre code {
11421142
}), "*");
11431143
}
11441144
if (message.method == "download") {
1145-
debugger;
11461145
try {
11471146
await downloadPageForeground({
11481147
content: message.content,

0 commit comments

Comments
 (0)