Remove logs

feature/top10
Aurelien Hubert 7 years ago
parent 5bcf78dc29
commit a7e0ba7a8a
  1. 1
      app/src/main/java/net/pokeranalytics/android/model/realm/Session.kt

@ -764,7 +764,6 @@ open class Session : RealmObject(), SessionInterface, Manageable, StaticRowRepre
} }
SessionRow.GAME -> { SessionRow.GAME -> {
Timber.d("Game: $value")
if (value is ArrayList<*>) { if (value is ArrayList<*>) {
limit = try { limit = try {
(value[0] as Int?) (value[0] as Int?)

Loading…
Cancel
Save