From 9e201159fd6697d83a16b7f7cfc5e7e302d55152 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Thu, 7 Mar 2019 15:26:35 -0500 Subject: Optimize imports --- app/src/main/kotlin/com/pitchedapps/frost/db/CookiesDb.kt | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/src/main/kotlin/com/pitchedapps/frost/db') diff --git a/app/src/main/kotlin/com/pitchedapps/frost/db/CookiesDb.kt b/app/src/main/kotlin/com/pitchedapps/frost/db/CookiesDb.kt index d5347f18..c6c983fb 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/db/CookiesDb.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/db/CookiesDb.kt @@ -82,6 +82,4 @@ data class CookieModel(@PrimaryKey var id: Long = -1L, var name: String? = null, BaseModel(), Parcelable { override fun toString(): String = "CookieModel(${hashCode()})" - - fun toSensitiveString(): String = "CookieModel(id=$id, name=$name, cookie=$cookie)" } \ No newline at end of file -- cgit v1.2.3