Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit d7ecabd

Browse files
matskomhevery
authored andcommitted
chore(test): remove print statement
1 parent 9daaa0f commit d7ecabd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/directive/ng_a_spec.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ main() {
3737
expect(_.rootScope.context['event'] is dom.UIEvent).toEqual(true);
3838
window.location.href = '#';
3939
_.rootScope.context['url'] = '#url';
40-
print(_.rootElement.outerHtml);
4140
_.rootScope.apply();
4241
_.triggerEvent(_.rootElement, 'click', 'MouseEvent');
4342
expect(window.location.href.endsWith("#url")).toEqual(true);

0 commit comments

Comments
 (0)