Removed log
This commit is contained in:
parent
0b50a90efb
commit
4e50f5e8f7
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ Future<List<FireNotification>> loadFireNotifications() async {
|
|||
}
|
||||
|
||||
persistFireNotifications(List<FireNotification> notif) {
|
||||
print('Persisting $notif');
|
||||
// print('Persisting $notif');
|
||||
globals.prefs.then((prefs) {
|
||||
List<String> notifAsString = [];
|
||||
notif.where(notNull).toList().forEach((notification) {
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ Future<List<YourLocation>> loadYourLocations() async {
|
|||
}
|
||||
|
||||
persistYourLocations(List<YourLocation> yl) {
|
||||
print('Persisting $yl');
|
||||
// debugPrint('Persisting $yl');
|
||||
globals.prefs.then((prefs) {
|
||||
List<String> ylAsString = [];
|
||||
yl.where(notNull).toList().forEach((location) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue