Skip to content

Commit

Permalink
Remove debugger statement (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Shirk committed Oct 23, 2019
1 parent 582399a commit 22c94cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/__tests__/persistCacheSync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ describe('persistCacheSync', () => {
cache: cache2,
storage,
});
debugger;
cachePersistor2.restoreSync();
const keys = Object.keys(cache2.extract());
expect(keys.length).toEqual(1);
Expand Down

0 comments on commit 22c94cc

Please sign in to comment.