Skip to content

Commit 4b2482e

Browse files
committed
[comment] 주석 삭제
1 parent 70aaca8 commit 4b2482e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Projects/Feature/FeatureCategorySetting/Sources/PokitCategorySettingFeature.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ import Domain
1212
import CoreKit
1313
import Util
1414

15-
/// - 사용되는 API 목록
16-
/// 1. Profile 🎨
17-
/// 2. 포킷 생성 🖨️
1815
@Reducer
1916
public 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

0 commit comments

Comments
 (0)