Skip to content

Commit 35f447d

Browse files
Daniel15Brian Vaughn
authored andcommitted
Remove console.log from copyWithSet (#16716)
1 parent 440cbf2 commit 35f447d

File tree

1 file changed

+0
-1
lines changed
  • packages/react-devtools-shared/src/backend

1 file changed

+0
-1
lines changed

packages/react-devtools-shared/src/backend/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export function copyWithSet(
4343
value: any,
4444
index: number = 0,
4545
): Object | Array<any> {
46-
console.log('[utils] copyWithSet()', obj, path, index, value);
4746
if (index >= path.length) {
4847
return value;
4948
}

0 commit comments

Comments
 (0)