Remove debug logging - custom photo feature working correctly

This commit is contained in:
Andymick
2026-07-18 21:12:17 +01:00
parent ec6a76925d
commit 77c0fc6d0d
2 changed files with 0 additions and 8 deletions
-3
View File
@@ -35,9 +35,6 @@ export default async function ProductDetailPage({
});
if (customRequest) {
customPhoto = customRequest.imageDataUrl;
console.log(`✓ Found custom photo for request ${searchParams.customRequestId}`);
} else {
console.log(`✗ Custom request not found: ${searchParams.customRequestId}`);
}
}