chore(pos): remove debug logs from showcase date feature
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -2383,9 +2383,6 @@ document.getElementById('confirmCreateTempKit').onclick = async () => {
|
||||
formData.append('description', description);
|
||||
if (showcaseCreatedAt) {
|
||||
formData.append('showcase_created_at', showcaseCreatedAt);
|
||||
console.log('[DEBUG] Sending showcase_created_at:', showcaseCreatedAt);
|
||||
} else {
|
||||
console.log('[DEBUG] showcase_created_at is empty, NOT sending');
|
||||
}
|
||||
formData.append('items', JSON.stringify(items));
|
||||
formData.append('price_adjustment_type', priceAdjustmentType);
|
||||
|
||||
Reference in New Issue
Block a user