Skip to content

Commit d23b5ed

Browse files
committed
fixup: Remove comment re updating other data.
1 parent e0cf4ae commit d23b5ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/model/store.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ class PerAccountStore extends ChangeNotifier {
158158
notifyListeners();
159159
}
160160
}
161-
// TODO Update our other data, and that of other users
162161
} else if (event is UnexpectedEvent) {
163162
debugPrint("server event: ${jsonEncode(event.toJson())}"); // TODO log better
164163
} else {

0 commit comments

Comments
 (0)