Remove debugger statement
This commit is contained in:
parent
14d966d159
commit
696e4cfa80
|
@ -5008,7 +5008,6 @@ describe('relations', function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should remove items from scope - and save parent', function(done) {
|
it('should remove items from scope - and save parent', function(done) {
|
||||||
debugger;
|
|
||||||
Category.findById(category.id, function(err, cat) {
|
Category.findById(category.id, function(err, cat) {
|
||||||
if (err) return done(err);
|
if (err) return done(err);
|
||||||
cat.items.at(0).destroy(function(err, link) {
|
cat.items.at(0).destroy(function(err, link) {
|
||||||
|
|
Loading…
Reference in New Issue