Removes redundant code

csv
Laurent 6 years ago
parent 264b5e2722
commit 72b0eda7e2
  1. 1
      app/src/main/java/net/pokeranalytics/android/model/migrations/Patcher.kt

@ -33,7 +33,6 @@ class Patcher {
realm.executeTransaction {
Seed.createDefaultTransactionTypes(newTypes, context, realm)
}
patchBlindFormat()
}
}

Loading…
Cancel
Save