Commit 9500621e authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Removes uneeded code.

parent 84703063
......@@ -71,7 +71,6 @@ class PermissionsInteractor @Inject constructor(
fun canSeeTheAdminChannel(): Boolean {
currentServerUrl()?.let { serverUrl ->
val test = permissionsRepository.get(serverUrl, POST_READONLY)
val viewStatistics =
permissionsRepository.get(serverUrl, VIEW_STATISTICS)
val viewRoomAdministration =
......
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