Skip to content

Commit

Permalink
Removing debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatth committed Sep 19, 2023
1 parent f69a0db commit 3dd2ff4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drift_dev/test/writer/schema_version_writer_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ void main() {

final output = writer.writeGenerated();

print(output);

// Tables without conflicting names shouldn't be modified.
expect(output, matches(containsTableRegex(normalTable.baseDartName)));

Expand Down

0 comments on commit 3dd2ff4

Please sign in to comment.