Skip to content

Commit

Permalink
removed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 committed Dec 27, 2023
1 parent ed4b0f5 commit 486149a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/hms_room_kit/lib/src/meeting/meeting_store.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1972,9 +1972,7 @@ class MeetingStore extends ChangeNotifier
time: 5);
return;
}
if (result != null) {
log(result);
}
///Add pinned message here
notifyListeners();
}

Expand Down

0 comments on commit 486149a

Please sign in to comment.