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