removed error logging for chat list longer then spacechildren
This commit is contained in:
parent
d703fea331
commit
14803aced6
1 changed files with 0 additions and 7 deletions
|
|
@ -511,13 +511,6 @@ extension PangeaRoom on Room {
|
|||
.where((element) => !element.isSpace)
|
||||
.toList();
|
||||
|
||||
if (spaceChildren.length != spaceChats.length) {
|
||||
// debugger(when: kDebugMode);
|
||||
ErrorHandler.logError(
|
||||
m: "spaceChildren.length > chats.length in updateMyLearningAnalyticsForClass",
|
||||
);
|
||||
}
|
||||
|
||||
final List<Future<List<RecentMessageRecord>>> msgListFutures = [];
|
||||
for (final chat in spaceChats) {
|
||||
msgListFutures.add(chat._messageListForChat);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue