Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
benStre committed Mar 2, 2024
1 parent 803ef77 commit 43d6b6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions types/time.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ export class Time extends Date {

if (time.hasBaseUnit('s')) {
this.setTime(this.getTime()+(time.value*1000))
console.log(this.getTime(), time.value*1000, this.getTime()+(time.value*1000))

}
else if (time.hasBaseUnit('Cmo')) {
this.setMonth(this.getMonth()+time.value);
Expand Down

0 comments on commit 43d6b6b

Please sign in to comment.