removed debug console.log
This commit is contained in:
parent
faabd69924
commit
8b01b2fa7f
1 changed files with 0 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ switch (message.command) {
|
|||
r.deleteContents();
|
||||
const parser = new DOMParser();
|
||||
const doc = parser.parseFromString(message.text, 'text/html');
|
||||
console.log(JSON.stringify(doc));
|
||||
r.insertNode(doc.body);
|
||||
browser.runtime.sendMessage({command: "compose_reloadBody", tabId: message.tabId});
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue