Skip to content

Commit

Permalink
Removed test code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Loeffler committed Jan 4, 2022
1 parent ef06e82 commit d4f8a76
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,6 @@ protected void reload() {
* will help to import previous version application settings.
*/
public PreferencesImporter getImporter() {

applicationRootPreferences.remove(PreferencesImporter.ASKED_FOR_IMPORT);

Optional<VersionedPreferences> previousVersionSettings = getPreviousVersionSettings();
PreferencesImporter importer = new PreferencesImporter(applicationRootPreferences, previousVersionSettings);
importer.runAfterImport(this::reload);
Expand Down

0 comments on commit d4f8a76

Please sign in to comment.