Remove busy log line from call link processing.
This commit is contained in:
parent
c33da4a5ae
commit
712c41d927
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ object CallLinks {
|
|||
}
|
||||
|
||||
if (!url.startsWith(HTTPS_LINK_PREFIX) && !url.startsWith(SNGL_LINK_PREFIX)) {
|
||||
Log.w(TAG, "Invalid url prefix.")
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue