Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Juice10 committed Apr 29, 2022
1 parent 4a170a0 commit 551dd64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/rrdom/test/diff.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1047,10 +1047,7 @@ describe('diff algorithm for rrdom', () => {
id: 2,
} as serializedNodeWithId);

console.log('pre diff');
diff(node, rrNode, replayer);
console.log('post diff');
console.log(node.contentDocument, node.contentDocument!.documentElement);
expect(node.contentDocument!.childNodes.length).toBe(1);
const element = node.contentDocument!.childNodes[0] as HTMLElement;
expect(element.tagName).toBe('DIV');
Expand Down

0 comments on commit 551dd64

Please sign in to comment.