From 8ebaa7f6eb0c918848922d782fc5b370454a64bf Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Wed, 15 May 2019 08:14:36 +0100 Subject: [PATCH] All: Put back "Fetched items" message during sync --- ReactNativeClient/lib/synchronizer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactNativeClient/lib/synchronizer.js b/ReactNativeClient/lib/synchronizer.js index 47486be69a..2919f369db 100644 --- a/ReactNativeClient/lib/synchronizer.js +++ b/ReactNativeClient/lib/synchronizer.js @@ -491,7 +491,7 @@ class Synchronizer { break; } - // this.logSyncOperation("fetchingProcessed", null, null, "Processing fetched item"); + this.logSyncOperation("fetchingProcessed", null, null, "Processing fetched item"); let remote = remotes[i]; if (!BaseItem.isSystemPath(remote.path)) continue; // The delta API might return things like the .sync, .resource or the root folder