Skip to content

Commit 877f91f

Browse files
committed
correct lint error
1 parent c4a9640 commit 877f91f

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -439,11 +439,7 @@ export function getDataType(data: Object): DataType {
439439
case 'boolean':
440440
return 'boolean';
441441
case 'function':
442-
//if (data()[Symbol.iterator]() === 'data') {
443-
// return 'opaque_iterable';
444-
//} else {
445442
return 'function';
446-
//}
447443
case 'number':
448444
if (Number.isNaN(data)) {
449445
return 'nan';

0 commit comments

Comments
 (0)