From da7302b677ebc52548b417780b280fac7f2f9744 Mon Sep 17 00:00:00 2001 From: laurenspriem Date: Fri, 12 Apr 2024 18:12:31 +0530 Subject: [PATCH] [mob] Remove incorrect log --- .../face_ml/face_clustering/linear_clustering_service.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/lib/services/machine_learning/face_ml/face_clustering/linear_clustering_service.dart b/mobile/lib/services/machine_learning/face_ml/face_clustering/linear_clustering_service.dart index dc5425a882..fd4d6f6ae5 100644 --- a/mobile/lib/services/machine_learning/face_ml/face_clustering/linear_clustering_service.dart +++ b/mobile/lib/services/machine_learning/face_ml/face_clustering/linear_clustering_service.dart @@ -445,7 +445,7 @@ class FaceClustering { stopwatchClustering.stop(); log( - ' [ClusterIsolate] ${DateTime.now()} Clustering for ${sortedFaceInfos.length} embeddings executed in ${stopwatchClustering.elapsedMilliseconds}ms, clusters $clusterID', + ' [ClusterIsolate] ${DateTime.now()} Clustering for ${sortedFaceInfos.length} embeddings executed in ${stopwatchClustering.elapsedMilliseconds}ms', ); // analyze the results