This commit is contained in:
Hillel Coren 2019-11-17 00:35:04 +02:00
parent 9f7466246a
commit 75c7d06fe0
1 changed files with 0 additions and 1 deletions

View File

@ -361,7 +361,6 @@ Middleware<AppState> _createPersistPrefs() {
SharedPreferences.getInstance()
.then((prefs) => prefs.setString(kSharedPrefs, json.encode(string)));
print('### SAVING PREFS: $string');
};
}