Commit a1793f89 authored by Leonardo Aramaki's avatar Leonardo Aramaki

Remove log

parent c2b77d6e
......@@ -40,7 +40,6 @@ class DirectReplyReceiver : BroadcastReceiver() {
val notificationId = it.notificationId.toInt()
val hostname = it.info.host
try {
println(it)
sendMessage(it, extractReplyMessage(intent))
clearNotificationsByHostAndNotificationId(hostname, notificationId)
manager.cancel(notificationId)
......
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