Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
chore: remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Nov 14, 2022
1 parent 2019fd1 commit 4ce84e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/consultation/chat_window/rescheduler.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ const scheduledStartAt = computed(() => {
chosenDate.setMilliseconds(0)
}
console.log("from component", chosenDate.toJSON())
return chosenDate.toJSON()
})
const fetcher = new Fetcher()
Expand Down

0 comments on commit 4ce84e6

Please sign in to comment.