Skip to content

Commit

Permalink
chore: Remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Oct 7, 2024
1 parent ce9498e commit b600616
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/melos/test/matchers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ Matcher ignoringDependencyMessages(String expected) {
),
)
.join('\n');
print('normalizedActual: $normalizedActual');
print('expected: $expected');
return ignoringAnsii(expected).matches(normalizedActual, {});
},
'ignores dependency resolution messages',
Expand Down

0 comments on commit b600616

Please sign in to comment.