remove dead code

This commit is contained in:
adarshs
2022-02-21 09:23:04 +05:30
parent cfdff776f2
commit 160b15fcb4

View File

@@ -42,6 +42,5 @@ class NaviChatFragment : Fragment() {
)
.build()
.inject(this)
naviChatViewModel.test()
}
}