[mob][photos] dev log

This commit is contained in:
laurenspriem
2025-01-07 19:15:28 +01:00
parent ead2b3d3d6
commit 2c41efb672

View File

@@ -68,7 +68,7 @@ class _FaceWidgetState extends State<FaceWidget> {
if (widget.editMode) return;
log(
"FaceWidget is tapped, with person ${widget.person} and clusterID ${widget.clusterID}",
"FaceWidget is tapped, with person ${widget.person?.data.name} and clusterID ${widget.clusterID}",
name: "FaceWidget",
);
if (widget.person == null && widget.clusterID == null) {