Skip to content

Commit 5c2aed4

Browse files
committed
no sync start log
closes #28
1 parent ec88841 commit 5c2aed4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/syncFromRemote.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import debug from './debug'
22

33
export default async function syncFromRemote(table, path, api, remoteTable, filter, localStorageKey) {
4-
debug('sync from remote > start', { table, path, api, remoteTable, filter, localStorageKey })
4+
//debug('sync from remote > start', { table, path, api, remoteTable, filter, localStorageKey })
55

66
// Catch errors
77
try {

lib/syncToRemote.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import debug from './debug'
22

33
export default async function syncToRemote(table, api, remoteTable) {
4-
debug('sync to remote > start', { table, api, remoteTable })
4+
//debug('sync to remote > start', { table, api, remoteTable })
55

66
// Catch errors
77
try {

0 commit comments

Comments
 (0)