aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/DataStore.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/DataStore.java')
-rw-r--r--main/src/cgeo/geocaching/DataStore.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/main/src/cgeo/geocaching/DataStore.java b/main/src/cgeo/geocaching/DataStore.java
index acbf950..99304c3 100644
--- a/main/src/cgeo/geocaching/DataStore.java
+++ b/main/src/cgeo/geocaching/DataStore.java
@@ -323,12 +323,6 @@ public class DataStore {
database = dbHelper.getWritableDatabase();
} catch (Exception f) {
Log.e("DataStore.init: unable to recreate database and open it for R/W", f);
- if (Settings.isDbOnSDCard()) {
- Log.i("DataStore.init: trying to switch to internal database");
- Settings.setDbOnSDCard(false);
- // Since the DB is now internal, we can retry the full procedure.
- init();
- }
}
}