chore: remove print statement.

Signed-off-by: xsahil03x <xdsahil@gmail.com>
This commit is contained in:
Sahil Kumar
2023-06-17 02:56:08 +05:30
committed by xsahil03x
parent c39c27b616
commit f6d9247d3d
@@ -2331,7 +2331,6 @@ class ChannelClientState {
final Debounce _debouncedUpdatePersistenceChannelState;
set _channelState(ChannelState v) {
print('State: ${StackTrace.current}');
_channelStateController.add(v);
_debouncedUpdatePersistenceChannelState.call([v]);
}