We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440cbf2 commit 35f447dCopy full SHA for 35f447d
1 file changed
packages/react-devtools-shared/src/backend/utils.js
@@ -43,7 +43,6 @@ export function copyWithSet(
43
value: any,
44
index: number = 0,
45
): Object | Array<any> {
46
- console.log('[utils] copyWithSet()', obj, path, index, value);
47
if (index >= path.length) {
48
return value;
49
}
0 commit comments