From a66d3bdee7fcd2d71b0a73edd0283af9d2a7920f Mon Sep 17 00:00:00 2001 From: Brandon Goode Date: Wed, 25 Oct 2017 07:37:59 -0400 Subject: [PATCH] Fix lint error --- test/Model.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/Model.js b/test/Model.js index 95ca83403..8f0cc2552 100644 --- a/test/Model.js +++ b/test/Model.js @@ -1356,9 +1356,6 @@ describe('Model', function (){ model: 'Cats6' }); }) - .then(function(teste, err) { - // console.log(teste, err); - }) .catch(function(err){ should.exist(err.message); done();