File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Projects/Feature/FeatureCategorySetting/Sources Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ import Domain
1212import CoreKit
1313import Util
1414
15- /// - 사용되는 API 목록
16- /// 1. Profile 🎨
17- /// 2. 포킷 생성 🖨️
1815@Reducer
1916public struct PokitCategorySettingFeature {
2017 /// - Dependency
@@ -148,7 +145,6 @@ public struct PokitCategorySettingFeature {
148145 public var body : some ReducerOf < Self > {
149146 BindingReducer ( action: \. view)
150147 Reduce ( self . core)
151- . _printChanges ( )
152148 }
153149}
154150//MARK: - FeatureAction Effect
@@ -162,7 +158,6 @@ private extension PokitCategorySettingFeature {
162158 case . dismiss:
163159 return . run { _ in await dismiss ( ) }
164160
165- /// [Profile 🎨]1. 프로필 목록 조회 API 호출
166161 case . 프로필_설정_버튼_눌렀을때:
167162 state. isProfileSheetPresented. toggle ( )
168163 return . none
You can’t perform that action at this time.
0 commit comments