Skip to content

Commit

Permalink
remove useless print forgotten
Browse files Browse the repository at this point in the history
  • Loading branch information
MistzSoftware committed Jun 20, 2024
1 parent 18b32cd commit 038cf6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/adopte_un_candidat/lib/modules/cards.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ class Cards extends StatelessWidget {
}

Widget displayCandidatSoftSkills() {
print(user["soft_skills"]);
return user["soft_skills"] != null
? GridView.count(
crossAxisCount: 3,
Expand Down

0 comments on commit 038cf6b

Please sign in to comment.