featherless d9c3e3167b
[scripts/github-comment] Remove duplicate target. (#4975)
This resolves a warning that was appearing when building/running the github-comment project:

```
warning: Ignoring duplicate product 'github-comment'
```

Tested by running:

```
cd scripts/github-comment/
swift run github-comment
```

And verifying that the above warning did not appear and that the command successfully built and executed.
2018-08-31 09:32:22 -04:00
..