Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed May 23, 2024
1 parent 794b77d commit 97c7cd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugin_system.mts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ export default {
s = s.replace(/[\s:\-T]/g, '/')
s += '/0/0/0' // 日付だけのときのために時間分を足す
const a = s.split('/')
console.log("@@@", a)
return new Date(parseInt(a[0]), parseInt(a[1]) - 1, parseInt(a[2]),
parseInt(a[3]), parseInt(a[4]), parseInt(a[5]))
}
Expand Down

0 comments on commit 97c7cd5

Please sign in to comment.