Skip to content

Commit cd646b3

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

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
@@ -19,7 +19,6 @@ class AcceptanceGraph extends StatelessWidget {
1919
(previous.user != current.user);
2020
},
2121
builder: (context, state) {
22-
print("Acceptance Graph Build");
2322
final bloc = context.read<ProfileBloc>();
2423
print(bloc.state.user);
2524
var day = 0;

0 commit comments

Comments
 (0)