Skip to content

Commit

Permalink
[refact] : log 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyun0v0 committed Jan 4, 2024
1 parent 44c2133 commit efd278a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package com.hmh.hamyeonham.common.time

import android.content.Context
import android.text.format.DateUtils
import android.util.Log
import kotlinx.datetime.Clock
import kotlinx.datetime.Instant
import kotlinx.datetime.LocalDate
Expand Down Expand Up @@ -59,6 +58,5 @@ fun convertTimeToString(time: Long): String {
var result = ""
if (hour > 0) result = result.plus("$hour" + "시간")
if (min >= 0) result = result.plus("$min" + "")
Log.d("result", result.toString())
return result
}

0 comments on commit efd278a

Please sign in to comment.