Remove several console.log

This commit is contained in:
Matias Pando 2015-01-29 16:44:32 -03:00
commit 68697dc3a7
6 changed files with 2 additions and 13 deletions

View file

@ -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');