Skip to content

Commit 1e2d52d

Browse files
committed
Fix
1 parent 6d3b233 commit 1e2d52d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Sources/OversizeArchitecture/Reducer.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
//
55

66
import Foundation
7-
import OversizeCore
87

98
public final class Reducer<ViewModel>: Sendable where ViewModel: ViewModelProtocol {
109
private let viewModel: ViewModel
@@ -15,7 +14,6 @@ public final class Reducer<ViewModel>: Sendable where ViewModel: ViewModelProtoc
1514

1615
public func callAsFunction(_ action: ViewModel.Action) {
1716
Task {
18-
logUI(String(describing: action))
1917
await self.viewModel.handleAction(action)
2018
}
2119
}

0 commit comments

Comments
 (0)