Commit bfc6656f authored by Leonardo Aramaki's avatar Leonardo Aramaki

Remove commented code

parent 2b50b515
......@@ -47,7 +47,6 @@ data class MessageViewModel(val context: Context,
val baseUrl = settings?.get(SITE_URL)
message.urls?.let {
// println(message.urls)
if (it.isEmpty()) return@let
for (url in it) {
if (url.meta != null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment