style: code cleanup

This commit is contained in:
CappielloAntonio
2024-08-30 15:51:49 +02:00
parent 3c2ea38f1e
commit 6f51fd92bb

View File

@@ -68,7 +68,6 @@ object Preferences {
@JvmStatic
fun getServer(): String? {
Log.d("Preferences++", "getServer()")
return App.getInstance().preferences.getString(SERVER, null)
}