Add debugPrint
This commit is contained in:
parent
fc8122b18e
commit
212208ae01
1 changed files with 3 additions and 1 deletions
|
@ -831,7 +831,9 @@ class FaceMlService {
|
|||
e,
|
||||
s,
|
||||
);
|
||||
debugPrint("This image with ID ${enteFile.uploadedFileID} has name ${enteFile.displayName}.");
|
||||
debugPrint(
|
||||
"This image with ID ${enteFile.uploadedFileID} has name ${enteFile.displayName}.",
|
||||
);
|
||||
final resultBuilder = FaceMlResultBuilder.fromEnteFile(enteFile);
|
||||
return resultBuilder.buildErrorOccurred();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue