Skip to content

Commit 0d444bc

Browse files
committed
docs: 디버그 프린트 제거하기
1 parent 25df61a commit 0d444bc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

AIProject/iCo/Features/Dashboard/View/CoinCarouselView.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,13 +289,11 @@ extension CoinCarouselView {
289289
if !isSheetPresented {
290290
isSheetPresented = true
291291
viewModel.stopTimer()
292-
print("‼️stop")
293292
}
294293
} else {
295294
if isSheetPresented {
296295
isSheetPresented = false
297296
viewModel.startTimer()
298-
print("‼️start")
299297
}
300298
}
301299
}

0 commit comments

Comments
 (0)