From 696e4cfa80b16d4fa249802158f3b9612706dda3 Mon Sep 17 00:00:00 2001 From: Tetsuo Seto Date: Fri, 7 Apr 2017 15:05:15 -0700 Subject: [PATCH] Remove debugger statement --- test/relations.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/relations.test.js b/test/relations.test.js index 4cae42f7..6717c9a2 100644 --- a/test/relations.test.js +++ b/test/relations.test.js @@ -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) {