Skip to content

Commit

Permalink
Remove print statements
Browse files Browse the repository at this point in the history
UIP-1897
  • Loading branch information
jacehensley-wf committed Feb 16, 2017
1 parent f1f97c3 commit f1e528c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/vm_tests/transformer/impl_generation_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ main() {
class FooComponent {}
''');

print(transformedFile.getTransformedText());
expect(transformedFile.getTransformedText(), contains('parentType: \$BarComponentFactory'));
});

Expand All @@ -282,7 +281,6 @@ main() {
class FooComponent {}
''');

print(transformedFile.getTransformedText());
expect(transformedFile.getTransformedText(), contains('parentType: baz.\$BarComponentFactory'));
});
});
Expand Down

0 comments on commit f1e528c

Please sign in to comment.