Skip to content

Commit

Permalink
remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rthaut committed Jul 7, 2018
1 parent 02f6448 commit b59ffca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/directives/sf-messages-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ describe('directive',function() {

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

setTimeout(function() {
Expand Down

0 comments on commit b59ffca

Please sign in to comment.