Skip to content
This repository was archived by the owner on Mar 11, 2021. It is now read-only.

Commit c3fdc31

Browse files
author
bencompton
committed
Remove perf measurement code
1 parent 1e544b5 commit c3fdc31

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/utils/reactify-vue/react-element-creation/PropsProcessor.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ const renameStyleProperties = (stylesObject) => {
9797
return stylesObject;
9898
}
9999

100-
let totalTime = 0;
101-
let timeout;
102-
103100
export class PropsProcessor {
104101
private cachedPropKebabCase: {[camelCasedProp: string]: string};
105102

0 commit comments

Comments
 (0)