Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacharrisholt committed Jan 31, 2025
1 parent 1bbfd66 commit b4d7e73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/scip_dart.dart
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ Future<void> main(List<String> args) async {

final index = await indexPackage(packageRoot, packageConfig, pubspec);

print(result['output']);
if (result['output'] as String == '-') {
stdout.add(index.writeToBuffer());
stdout.flush();
Expand Down

0 comments on commit b4d7e73

Please sign in to comment.