Skip to content

Commit

Permalink
Remove unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Sep 1, 2024
1 parent 66e2886 commit e5c644f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions violet/lib/pages/settings/tag_selector.dart
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ class _TagSelectorDialogState extends State<TagSelectorDialog> {

if (info.item2 > 0 && _showCount) count = ' (${info.item2})';

print(info.item1);

if (info.item1.group == 'female') {
color = Colors.pink;
} else if (info.item1.group == 'male') {
Expand Down

0 comments on commit e5c644f

Please sign in to comment.