Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Jan 29, 2024
1 parent 23a8208 commit 443aa60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/plugin_test.dart
Expand Up @@ -111,7 +111,6 @@ void main() {
'repo_name@293ea41d67225d27a8c212f901637e771d73c0f7..1e248e5e6c24b79a5c46a2e8be12cef0e41bd58d',
]) {
test(value, () async {
print('runs with $fileType and $value');
final commandLog =
await runWith(value == null ? '' : 'commits: $value');
final expectedArgs =
Expand Down

0 comments on commit 443aa60

Please sign in to comment.