Skip to content

Commit

Permalink
Remove console.log from copyWithSet (#16716)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 authored and Brian Vaughn committed Sep 9, 2019
1 parent 440cbf2 commit 35f447d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-devtools-shared/src/backend/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export function copyWithSet(
value: any,
index: number = 0,
): Object | Array<any> {
console.log('[utils] copyWithSet()', obj, path, index, value);
if (index >= path.length) {
return value;
}
Expand Down

0 comments on commit 35f447d

Please sign in to comment.