Remove several console.log
This commit is contained in:
parent
a2c39714c4
commit
68697dc3a7
6 changed files with 2 additions and 13 deletions
|
|
@ -62,12 +62,6 @@ describe('HDParams model', function() {
|
|||
|
||||
it('should throw an error', function() {
|
||||
var data = new HDParams();
|
||||
|
||||
if (data instanceof HDParams) {
|
||||
console.log('ok');
|
||||
} else {
|
||||
console.log('error');
|
||||
}
|
||||
(function() {
|
||||
HDParams.fromObj(data);
|
||||
}).should.throw('BADDATA');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue