Remove bad code

kmm
Laurent 5 years ago
parent eeaba2876a
commit 77888e1501
  1. 3
      app/src/main/java/net/pokeranalytics/android/util/billing/AppGuard.kt

@ -62,9 +62,6 @@ object AppGuard : PurchasesUpdatedListener {
*/ */
val isProUser: Boolean val isProUser: Boolean
get() { get() {
return this._isProUser
if (this.endOfUse != null) return true if (this.endOfUse != null) return true
return if (BuildConfig.DEBUG) { return if (BuildConfig.DEBUG) {

Loading…
Cancel
Save