mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-10-23 05:11:57 +00:00
remove console log
This commit is contained in:
@@ -259,7 +259,6 @@ const deleteHoliday = (item) => {
|
||||
}
|
||||
|
||||
const handleDayToggle = (day, checked) => {
|
||||
console.log(`Day: ${day}, Checked: ${checked}`, hours.value, selectedDays.value)
|
||||
selectedDays.value[day] = checked
|
||||
|
||||
if (checked) {
|
||||
|
Reference in New Issue
Block a user