diff --git a/frontend/lib/screens/face_upload_screen.dart b/frontend/lib/screens/face_upload_screen.dart index 223a1c6e..f83178c8 100644 --- a/frontend/lib/screens/face_upload_screen.dart +++ b/frontend/lib/screens/face_upload_screen.dart @@ -87,8 +87,7 @@ class _FaceUploadScreenState extends State { Future _uploadPhoto() async { if (_capturedImage != null && _isFaceDetected) { - // print("UPLOADING"); - File imageFile = File(_capturedImage!.path); // Convert XFile to File + File imageFile = File(_capturedImage!.path); ApiServices().uploadPhoto(imageFile); } else { ScaffoldMessenger.of(context).showSnackBar(