We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd646b3 commit 750192aCopy full SHA for 750192a
1 file changed
lib/presentation/profile/widgets/acceptance_graph.dart
@@ -20,7 +20,6 @@ class AcceptanceGraph extends StatelessWidget {
20
},
21
builder: (context, state) {
22
final bloc = context.read<ProfileBloc>();
23
- print(bloc.state.user);
24
var day = 0;
25
26
final firstWeekDay = util.DateUtils.fistDayofMonth(
0 commit comments