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