Skip to content

Commit

Permalink
testing log in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdyrod committed May 28, 2024
1 parent 9341ae2 commit 6a257cf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package org.dhis2.commons.date

import android.content.Context
import android.util.Log
import androidx.annotation.PluralsRes
import org.dhis2.commons.R
import org.dhis2.commons.resources.ResourceManager
Expand Down Expand Up @@ -78,7 +77,7 @@ fun Date?.toUiText(context: Context, currentDate: Date = defaultCurrentDate): St
fun Date?.toOverdueOrScheduledUiText(
resourceManager: ResourceManager,
currentDate: Date = defaultCurrentDate,
printLog: Boolean = false
printLog: Boolean = false,
): String {
fun getOverdueDaysString(days: Int, isOverdue: Boolean): String {
return getString(
Expand Down

0 comments on commit 6a257cf

Please sign in to comment.