瀏覽代碼

[mob][photos] Inline

laurenspriem 1 年之前
父節點
當前提交
a8da045a32
共有 1 個文件被更改,包括 0 次插入3 次删除
  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;