| Index: third_party/pkg/angular/test/directive/ng_switch_spec.dart
|
| diff --git a/third_party/pkg/angular/test/directive/ng_switch_spec.dart b/third_party/pkg/angular/test/directive/ng_switch_spec.dart
|
| index 4121a7e1535df7748f4f9f35b72d0360acb0b946..f43b273efd271e60cc6ec3931324f49473cd7d36 100644
|
| --- a/third_party/pkg/angular/test/directive/ng_switch_spec.dart
|
| +++ b/third_party/pkg/angular/test/directive/ng_switch_spec.dart
|
| @@ -190,8 +190,6 @@ main() => describe('ngSwitch', () {
|
|
|
| _.rootScope.url = 'x';
|
| _.rootScope.$apply();
|
| - print(element);
|
| - print(getChildScope());
|
| expect(getChildScope()).toBeNull();
|
| expect(destroyListener).toHaveBeenCalledOnce();
|
| listenerRemove();
|
|
|