diff options
Diffstat (limited to 'main/src/cgeo/geocaching/DataStore.java')
| -rw-r--r-- | main/src/cgeo/geocaching/DataStore.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/main/src/cgeo/geocaching/DataStore.java b/main/src/cgeo/geocaching/DataStore.java index 55a2025..bb8b427 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(); - } } } |
