Skip to content

Commit 6388cdf

Browse files
committed
Remove debug line
1 parent 3566e7c commit 6388cdf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Yosemite/Yosemite/Stores/ProductStore.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ private extension ProductStore {
141141
excludedProductIDs: excludedProductIDs) { [weak self] result in
142142
switch result {
143143
case .success(let products):
144-
//let shouldDeleteExistingProducts = pageNumber == Default.firstPageNumber
145-
let shouldDeleteExistingProducts = false
144+
let shouldDeleteExistingProducts = pageNumber == Default.firstPageNumber
146145
self?.upsertSearchResultsInBackground(siteID: siteID,
147146
keyword: keyword,
148147
readOnlyProducts: products,

0 commit comments

Comments
 (0)