Suppress unused function warning

This commit is contained in:
Juha Heinanen
2021-06-06 10:48:20 +03:00
parent a475f192c9
commit 6d42273d73

View File

@ -72,6 +72,7 @@ class CallHistory(val aor: String, val peerUri: String, val direction: String,
}
}
@Suppress("UNUSED")
fun print() {
for (h in BaresipService.callHistory)
Log.d(TAG, "[${h.aor}, ${h.peerUri}, ${h.direction}, ${h.connected}]")