Skip to content

Commit a62143b

Browse files
committed
Remove unused code on Blaze dashboard
1 parent 6eb8a3e commit a62143b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/Blaze/BlazeCampaignDashboardViewModel.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,6 @@ private extension BlazeCampaignDashboardViewModel {
344344
self?.updateResults()
345345
}
346346

347-
let productTransformer: (StorageProduct) -> BlazeCampaignProduct = {
348-
BlazeCampaignProduct(storageProduct: $0)
349-
}
350347
productResultsController.onDidChangeContent = { [weak self] in
351348
guard let self else { return }
352349
latestPublishedProduct = productResultsController.fetchedObjects.first

0 commit comments

Comments
 (0)