diff --git a/common/src/main/ets/default/model/browser/photo/MediaDataSource.ts b/common/src/main/ets/default/model/browser/photo/MediaDataSource.ts index 9ff848f0..b6f93c05 100644 --- a/common/src/main/ets/default/model/browser/photo/MediaDataSource.ts +++ b/common/src/main/ets/default/model/browser/photo/MediaDataSource.ts @@ -483,7 +483,6 @@ export class MediaDataSource extends AbsDataSource { for (let i = fromIndex; i < endIndex; i++) { this.items[i - this.activeStart] = mediaItems[i - start]; - Log.debug(TAG, `updateMediaData ${this.layoutIndexes[i]}, ${mediaItems[i - start].uri}, ${mediaItems[i - start].getTitle()}`); } if (this.isCountChanged || this.isRefresh) {