fix(frontend): remove slowing console
This commit is contained in:
parent
b94bb9978f
commit
a2f3a4c779
1 changed files with 0 additions and 1 deletions
|
|
@ -253,7 +253,6 @@ export default class DOMManager extends ListWalker<TimedMessage> {
|
|||
logger.warn("create_i_frame_document message. Node is not iframe")
|
||||
return;
|
||||
}
|
||||
console.log("iframe", msg)
|
||||
// await new Promise(resolve => { node.onload = resolve })
|
||||
|
||||
const doc = node.contentDocument;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue