Skip to content

Commit

Permalink
refactor: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
nutboltu committed Nov 1, 2019
1 parent 5932fb3 commit f3d1ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-devtools-shared/src/backend/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function cleanForBridge(
path,
isPathWhitelisted,
);
console.log(cleanedData);

return {
data: cleanedData,
cleaned: cleanedPaths,
Expand Down

0 comments on commit f3d1ae5

Please sign in to comment.