Skip to content

Commit

Permalink
Removing Android Log due to Log not being available on testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Jun 15, 2022
1 parent bc1d467 commit b5343f0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package org.who.ddccverifier.services.trust

import android.util.Base64
import android.util.Log
import java.net.URL
import java.security.PublicKey
import java.text.DateFormat
Expand Down Expand Up @@ -155,7 +154,6 @@ object TrustRegistry {
}

fun resolve(framework: Framework, kid: String): TrustedEntity? {
Log.i("TrustRegistry", "Resolving " + kid)
return registry[framework]?.get(kid)
}
}

0 comments on commit b5343f0

Please sign in to comment.