Skip to content

Commit 3cf1835

Browse files
committed
remove debug print in flutter
1 parent 1165410 commit 3cf1835

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/lib/intro_screen.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class IntroScreen extends StatelessWidget {
1515
@override
1616
Widget build(BuildContext context) {
1717
final isUserLoading = context.select((LoadableUserCubit cubit) {
18-
debugPrint("isUserLoading: ${cubit.state}");
1918
return cubit.state is LoadingUser;
2019
});
2120

0 commit comments

Comments
 (0)