Skip to content

Commit

Permalink
refactor: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Dec 12, 2015
1 parent b07f30e commit 44f39af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tool/grind.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ void testdartfmt() {
void coverage() {
final String coverageToken = Platform.environment['COVERALLS_TOKEN'];
if (coverageToken != null) {
// PubApp coverallsApp = new PubApp.global('dart_coveralls');
Pub.global.activate('dart_coveralls');
run('dart_coveralls', arguments: [
'report',
Expand Down

0 comments on commit 44f39af

Please sign in to comment.