Skip to content

Commit

Permalink
removed debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
fractallian committed Apr 5, 2014
1 parent b5e2f96 commit 5396f2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/graviton-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ Tinytest.add('Relations - hasMany', function(test) {
Tinytest.add('Relations - hasOne', function(test) {
test.isTrue(c.manufacturer() instanceof Model);
var mfr = Mfr.findOne();
debugger;
test.equal(mfr._id, c.manufacturer()._id);
});

Expand Down

0 comments on commit 5396f2a

Please sign in to comment.