Commit c14c48d1 authored by Lucio Maciel's avatar Lucio Maciel

Remove test code

parent afb2033e
...@@ -58,11 +58,6 @@ class DatabaseManager(val context: Application, ...@@ -58,11 +58,6 @@ class DatabaseManager(val context: Application,
fun clearUsersStatus() { fun clearUsersStatus() {
launch(dbContext) { launch(dbContext) {
userDao().clearStatus() userDao().clearStatus()
val message = messageDao().getMessageById("Ne6Wm9LqvZuBFiyME")
message?.let {
Timber.d("MESSAGE FROM DB: $it")
}
} }
} }
......
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