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