react-native-macos/Libraries/BugReporting
Mike Vitousek e0ea5b3aeb Remove unused suppression comments ahead of v0.108.0 deploy
Summary:
```
# From the Flow directory:
$ ./tool remove-comments --bin $(which flow) ../../xplat/js --check check
# Commit, then change to xplat/js:
$ hg revert -r .^ $(hg st --change . -n | xargs grep -l 'generated')
$ prettier --write --require-pragma $(hg st --change . -n)
$ hg st --change . -n | xargs sed -i -e '/flowlint-next-line *$/d'
$ hg st --change . -n | xargs sed -i -e 's/\/\/ flowlint-line$//'
# Run prettier again and amend

```

Reverted changes to metro/cli.js, which caused errors under a separate flowconfig
drop-conflicts

Reviewed By: gabelevi

Differential Revision: D17483256

fbshipit-source-id: 4222fdb7860ebe7ab6e45741a7cedb9d2cc295ef
2019-09-20 13:37:25 -07:00
..
BugReporting.js Remove BugReporting extraData log 2019-09-06 08:32:03 -07:00
NativeBugReporting.js Final fixes and seal xplat/js/react-native-github 2019-08-23 08:45:11 -07:00
dumpReactTree.js xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
getReactData.js Remove unused suppression comments ahead of v0.108.0 deploy 2019-09-20 13:37:25 -07:00