Skip to content

Commit

Permalink
[del] #247 사용하지 않는 로그 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeha committed Mar 2, 2024
1 parent ac1b44c commit f97d002
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import org.go.sopt.winey.R
import org.go.sopt.winey.databinding.ItemWineyfeedGoalBinding
import org.go.sopt.winey.domain.entity.UserV2
import org.go.sopt.winey.presentation.model.UserLevel
import timber.log.Timber
import kotlin.math.roundToInt

class WineyFeedGoalAdapter(
Expand All @@ -17,7 +18,6 @@ class WineyFeedGoalAdapter(
private lateinit var binding: ItemWineyfeedGoalBinding

override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): WineyFeedGoalViewHolder {
Timber.d("onCreateViewHolder")
binding = ItemWineyfeedGoalBinding.inflate(
LayoutInflater.from(parent.context),
parent,
Expand All @@ -27,7 +27,6 @@ class WineyFeedGoalAdapter(
}

override fun onBindViewHolder(holder: WineyFeedGoalViewHolder, position: Int) {
Timber.d("onBindViewHolder")
holder.bind()
}

Expand Down

0 comments on commit f97d002

Please sign in to comment.