Skip to content

Commit

Permalink
correct lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
engprodigy committed Sep 19, 2020
1 parent c4a9640 commit 877f91f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/react-devtools-shared/src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -439,11 +439,7 @@ export function getDataType(data: Object): DataType {
case 'boolean':
return 'boolean';
case 'function':
//if (data()[Symbol.iterator]() === 'data') {
// return 'opaque_iterable';
//} else {
return 'function';
//}
case 'number':
if (Number.isNaN(data)) {
return 'nan';
Expand Down

0 comments on commit 877f91f

Please sign in to comment.