Remove debugger statement

This commit is contained in:
Tetsuo Seto 2017-04-07 15:05:15 -07:00
parent 14d966d159
commit 696e4cfa80
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) {