Skip to content

Commit 521d2cc

Browse files
committed
debug
1 parent d56a588 commit 521d2cc

File tree

1 file changed

+3
-0
lines changed
  • cardsSdk/src/androidMain/kotlin/com/cards/session/util

1 file changed

+3
-0
lines changed

cardsSdk/src/androidMain/kotlin/com/cards/session/util/Logger.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ actual class Logger actual constructor(private val tag: String) {
1818
actual fun e(message: String, throwable: Throwable?) {
1919
Napier.e(message, throwable, tag)
2020
}
21+
22+
actual fun debugBuild() {
23+
}
2124
}

0 commit comments

Comments
 (0)