Browse Source

[mob][photos] Inline

laurenspriem 1 year ago
parent
commit
a8da045a32
1 changed files with 0 additions and 3 deletions
  1. 0 3
      mobile/lib/face/db.dart

+ 0 - 3
mobile/lib/face/db.dart

@@ -734,10 +734,7 @@ class FaceMLDataDB {
   }
 
   Future<double> getClusteredToTotalFacesRatio() async {
-    final db = await instance.asyncDB;
-
     final int totalFaces = await getTotalFaceCount();
-
     final int clusteredFaces = await getClusteredFaceCount();
 
     return clusteredFaces / totalFaces;