Remove debug logging - custom photo feature working correctly
This commit is contained in:
@@ -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}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user