Skip to content

Commit

Permalink
Update packages/rrweb/src/record/observers/canvas/webgl.ts
Browse files Browse the repository at this point in the history
Co-authored-by: yz-yu <yanzhen@smartx.com>
  • Loading branch information
Juice10 and Yuyz0112 authored Jun 5, 2022
1 parent 64c50a9 commit 038f40e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/rrweb/src/record/observers/canvas/webgl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ function patchGLPrototype(
const result = original.apply(this, args);
saveWebGLVar(result, win, prototype);
if (!isBlocked(this.canvas, blockClass, true)) {
// const id = mirror.getId(this.canvas);

const recordArgs = serializeArgs([...args], win, prototype);
const mutation: canvasMutationWithType = {
Expand Down

0 comments on commit 038f40e

Please sign in to comment.