fix(lodging): remove console log and improve all-day event checks in lodging modal

This commit is contained in:
Sean Morley
2025-06-19 11:33:04 -04:00
parent 3b0ccdb6d3
commit 36f9022872
3 changed files with 4 additions and 8 deletions

View File

@@ -87,8 +87,6 @@
lodging.timezone = lodgingTimezone || null;
console.log(lodgingTimezone);
// Auto-set end date if missing but start date exists
if (lodging.check_in && !lodging.check_out) {
if (isAllDay(lodging.check_in)) {