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 @JvmStatic
fun getServer(): String? { fun getServer(): String? {
Log.d("Preferences++", "getServer()")
return App.getInstance().preferences.getString(SERVER, null) return App.getInstance().preferences.getString(SERVER, null)
} }