Skip to content

Commit fdd9e56

Browse files
committed
save changes for merge from dev45
1 parent 3c251a1 commit fdd9e56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/components/PerformanceVisx.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const makePropsPretty = data => {
8181
if (nestedObj) {
8282
propsFormat.push(nestedObj);
8383
}
84-
// console.log('this is propsformat', propsFormat);
84+
console.log('this is propsformat', propsFormat);
8585
return propsFormat;
8686
};
8787

@@ -112,7 +112,6 @@ const collectNodes = (snaps, componentName) => {
112112
newChange = true;
113113
// const props = { [`snapshot${x}`]: { rendertime: formatRenderTime(cur.componentData.actualDuration), ...cur.componentData.props } };
114114
const props = { [`snapshot${x}`]: { ...cur.componentData.props } };
115-
console.log('show me props structure', props)
116115
componentsResult.push(props);
117116
} else {
118117
newChange = false;

0 commit comments

Comments
 (0)