Skip to content

Commit e723e59

Browse files
committed
chore: remove console logs
1 parent d5c8e38 commit e723e59

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/persistance/storages/local-storage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export const localStorage: Storage = {
1212
};
1313

1414
function _localStorage() {
15-
console.log(iGlobal.localStorage)
1615
return iGlobal.localStorage;
1716
}
1817

test/unit/persistance/local-storage.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ describe('local store', () => {
99
});
1010

1111
it('should create store store', () => {
12-
console.log(store.setItem('foo', 'bar'));
1312
expect(store.name).toEqual('localStorage');
1413
expect(typeof store.clear).toEqual('function');
1514
expect(typeof store.each).toEqual('function');

0 commit comments

Comments
 (0)