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