Skip to content

Commit

Permalink
Remove debug code from main screen
Browse files Browse the repository at this point in the history
  • Loading branch information
flofriday committed Sep 23, 2021
1 parent 1692fb2 commit 2a0713b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class _MainPageState extends State<MainPage> {
future: _hasNewerVersion,
builder: (BuildContext context, AsyncSnapshot snapshot) {
if (!snapshot.hasData || snapshot.data == false) {
//return Container();
return Container();
}

return Column(
Expand Down

0 comments on commit 2a0713b

Please sign in to comment.