Skip to content

Commit

Permalink
refactor(test): remove debugger breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmonkey committed Apr 24, 2018
1 parent 2f76353 commit 9ab247e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/regression-remotedev-serialize.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ describe('remotedev-serialize', function() {
fst: new record(),
scnd: new record(),
});
debugger;
var serialized = jsan.stringify(obj, serialize(immutable, refs).replacer, null, true);
var parsed = JSON.parse(serialized);

Expand Down

0 comments on commit 9ab247e

Please sign in to comment.