mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-08 23:54:39 +00:00
Removes log message
This commit is contained in:
@@ -163,7 +163,6 @@ fun LoginPage(
|
||||
"",
|
||||
id
|
||||
) { result ->
|
||||
println("AAAA- COME BACK")
|
||||
val split = result.split("-")
|
||||
val pubkey = split.first()
|
||||
val packageName = if (split.size > 1) split[1] else ""
|
||||
|
||||
Reference in New Issue
Block a user