Skip to content

Commit

Permalink
removing log lines
Browse files Browse the repository at this point in the history
  • Loading branch information
whitdog47 committed Nov 3, 2023
1 parent dfd1757 commit e10599f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ export default {
okHandler() {
this.resetPicker()
let newValue = moment.tz(this.selectedDatetime, this.timezone).utc().format()
//console.log(`This is the selectedDateTime: ${this.selectedDatetime}`)
//let isoString = parseISO(this.selectedDatetime).toISOString()
//let newValue = formatInTimeZone(isoString, this.timezone, "yyyy-MM-dd'T'HH:mm")
console.log(`This is the dateitme returned: ${newValue}`)
this.$emit("update:modelValue", newValue)
},
clearHandler() {
Expand Down

0 comments on commit e10599f

Please sign in to comment.