chore(pos): remove debug logs from showcase date feature

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-24 01:44:56 +03:00
parent 977ee91fee
commit 1eec8b1cd5
2 changed files with 2 additions and 19 deletions

View File

@@ -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);