diff --git a/ReactNativeClient/lib/services/ResourceFetcher.js b/ReactNativeClient/lib/services/ResourceFetcher.js index 413704d025..2ad73e3412 100644 --- a/ReactNativeClient/lib/services/ResourceFetcher.js +++ b/ReactNativeClient/lib/services/ResourceFetcher.js @@ -131,6 +131,7 @@ class ResourceFetcher extends BaseService { } delete this.fetchingItems_[resource.id]; + this.logger().debug(`ResourceFetcher: Removed from fetchingItems: ${resource.id}. New: ${JSON.stringify(this.fetchingItems_)}`); this.scheduleQueueProcess(); // Note: This downloadComplete event is not really right or useful because the resource