Skip to content

Commit 750192a

Browse files
committed
chore: removed print lines
1 parent cd646b3 commit 750192a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/presentation/profile/widgets/acceptance_graph.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class AcceptanceGraph extends StatelessWidget {
2020
},
2121
builder: (context, state) {
2222
final bloc = context.read<ProfileBloc>();
23-
print(bloc.state.user);
2423
var day = 0;
2524

2625
final firstWeekDay = util.DateUtils.fistDayofMonth(

0 commit comments

Comments
 (0)