Forgot to delete debug stuff

This commit is contained in:
laurenspriem 2024-03-20 14:44:28 +05:30
parent a443ac1680
commit 1819ea834a

View file

@ -88,10 +88,6 @@ class FaceWidget extends StatelessWidget {
),
),
const SizedBox(height: 8),
Text(
(face.score).toStringAsFixed(2),
style: Theme.of(context).textTheme.bodySmall,
),
if (person != null)
Text(
person!.attr.name.trim(),