Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
imtoori committed May 19, 2021
1 parent 5273973 commit 4c90b72
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 4c90b72

Please sign in to comment.