remove prints

This commit is contained in:
Salvatore Giordano
2021-05-19 15:58:49 +02:00
parent 52739738c3
commit 4c90b7229f
@@ -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) {