remove log
This commit is contained in:
@@ -133,7 +133,6 @@ class ChannelListCoreState extends State<ChannelListCore> {
|
||||
stream: channelsBlocState.channelsStream,
|
||||
builder: (context, snapshot) {
|
||||
if (snapshot.hasError) {
|
||||
print('snapshot: ${snapshot.stackTrace}');
|
||||
return widget.errorBuilder(context, snapshot.error!);
|
||||
}
|
||||
if (!snapshot.hasData) {
|
||||
|
||||
Reference in New Issue
Block a user