Skip to content
Prev Previous commit
Next Next commit
(remove nowTimestamp import where Date.now() is not used)
  • Loading branch information
eoghanmurray committed Apr 13, 2023
commit cd8dc59e4a00b021d137d55b6da0f8d7c505f6be
1 change: 0 additions & 1 deletion packages/rrweb/src/record/mutation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import {
isSerializedStylesheet,
inDom,
getShadowHost,
nowTimestamp,
} from '../utils';

type DoubleLinkedListNode = {
Expand Down