From 3f30c47cfb4e96c9d144ef01585c0e73691ccacf Mon Sep 17 00:00:00 2001 From: Yanzhen Yu Date: Sun, 29 Mar 2020 22:05:07 +0800 Subject: [PATCH] remove useless console.log --- src/replay/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/replay/index.ts b/src/replay/index.ts index 078df866..c5378a43 100644 --- a/src/replay/index.ts +++ b/src/replay/index.ts @@ -297,7 +297,6 @@ export class Replayer { ); } this.missingNodeRetryMap = {}; - console.log('rebuild map'); mirror.map = rebuild(event.data.node, this.iframe.contentDocument!)[1]; const styleEl = document.createElement('style'); const { documentElement, head } = this.iframe.contentDocument!;