Merge pull request #1319 from strongloop/remove-debug-code

Remove debugger statement
This commit is contained in:
Tetsuo Seto 2017-04-07 15:17:58 -07:00 committed by GitHub
commit 100a7ea91c
1 changed files with 0 additions and 1 deletions

View File

@ -5008,7 +5008,6 @@ describe('relations', function() {
});
it('should remove items from scope - and save parent', function(done) {
debugger;
Category.findById(category.id, function(err, cat) {
if (err) return done(err);
cat.items.at(0).destroy(function(err, link) {