Skip to content

Commit 262af31

Browse files
committed
replaced print statements with debugPrint()
1 parent 240d19a commit 262af31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/views/home/home.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class _HomePageState extends State<HomePage> {
9191
else
9292
{
9393
// ignore: avoid_print
94-
print('User has seen this page'),
94+
debugPrint('User has seen this page'),
9595
// User has seen this page
9696
}
9797
});

0 commit comments

Comments
 (0)