Skip to content

Commit c9b67c0

Browse files
committed
[fix] print 제거
1 parent 4b97cde commit c9b67c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/Feature/FeaturePokit/Sources/PokitRootView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ private extension PokitRootView {
228228
PokitRootView(
229229
store: Store(
230230
initialState: .init(),
231-
reducer: { PokitRootFeature()._printChanges() }
231+
reducer: { PokitRootFeature() }
232232
)
233233
)
234234
}

0 commit comments

Comments
 (0)