Skip to content

Commit a363e67

Browse files
committed
Remove console.log (mb)
1 parent a3eb5f8 commit a363e67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/schema-form-test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1606,8 +1606,6 @@ describe('Schema form',function(){
16061606
$compile(tmpl)(scope);
16071607
$rootScope.$apply();
16081608

1609-
console.log(tmpl);
1610-
16111609
tmpl.children().eq(0).find('select').eq(0).find('option').eq(0).text().trim().should.be.eq('');
16121610
tmpl.children().eq(0).find('select').eq(0).find('option').eq(1).text().trim().should.be.eq('The B');
16131611
tmpl.children().eq(0).find('select').eq(0).find('option').eq(2).text().trim().should.be.eq('The A');

0 commit comments

Comments
 (0)