chore: remove print statement.
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -2331,7 +2331,6 @@ class ChannelClientState {
|
|||||||
final Debounce _debouncedUpdatePersistenceChannelState;
|
final Debounce _debouncedUpdatePersistenceChannelState;
|
||||||
|
|
||||||
set _channelState(ChannelState v) {
|
set _channelState(ChannelState v) {
|
||||||
print('State: ${StackTrace.current}');
|
|
||||||
_channelStateController.add(v);
|
_channelStateController.add(v);
|
||||||
_debouncedUpdatePersistenceChannelState.call([v]);
|
_debouncedUpdatePersistenceChannelState.call([v]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user