remove log

This commit is contained in:
Salvatore Giordano
2021-04-20 16:23:41 +02:00
parent 555ae57782
commit c5647652e2
@@ -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) {