Skip to content

Commit b59ffca

Browse files
committed
remove log statement
1 parent 02f6448 commit b59ffca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/directives/sf-messages-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ describe('directive',function() {
3636

3737
$compile(tmpl)(scope);
3838
$rootScope.$apply();
39-
console.log(tmpl.children().find('div.help-block')[0]);
4039
tmpl.children().find('div.help-block').text().should.equal('foobar');
4140

4241
setTimeout(function() {

0 commit comments

Comments
 (0)