Remove busy log line from call link processing.

This commit is contained in:
Alex Hart 2023-09-12 10:31:30 -03:00
parent c33da4a5ae
commit 712c41d927

View file

@ -59,7 +59,6 @@ object CallLinks {
} }
if (!url.startsWith(HTTPS_LINK_PREFIX) && !url.startsWith(SNGL_LINK_PREFIX)) { if (!url.startsWith(HTTPS_LINK_PREFIX) && !url.startsWith(SNGL_LINK_PREFIX)) {
Log.w(TAG, "Invalid url prefix.")
return false return false
} }