Remove log line
continuous-integration/drone/pr Build is pending Details

This commit is contained in:
Sarah Jamie Lewis 2023-09-25 14:07:10 -07:00
parent 46f90f3136
commit e212585f4b
1 changed files with 0 additions and 1 deletions

View File

@ -515,7 +515,6 @@ class MainActivity: FlutterActivity() {
val profile: String = call.argument("ProfileOnion") ?: ""
val server: String = call.argument("server") ?: ""
val groupName: String = call.argument("groupName") ?: ""
Log.d("MainActivity.kt", server)
Cwtch.startGroup(profile, groupName, server)
}
"DeleteProfile" -> {