Skip to content

Commit 23ff8aa

Browse files
committed
chore: remove unused code
1 parent 5fd83af commit 23ff8aa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

webdriver-ts-results/src/store.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -339,12 +339,7 @@ export const useRootStore = create<State & Actions>((set, get) => ({
339339
return;
340340
}
341341

342-
console.log(arg);
343-
344-
performance.mark("m1");
345342
const t = { ...get(), ...extractClipboardState(arg as ClipboardState) };
346-
performance.mark("m2");
347-
console.log(performance.measure("State extraction", "m1", "m2"));
348343
return set(() => ({ ...t, resultTables: updateResultTable(t) }));
349344
},
350345
}));

0 commit comments

Comments
 (0)