Skip to content

Commit

Permalink
fix: remove debug data
Browse files Browse the repository at this point in the history
  • Loading branch information
zoreet committed Jan 3, 2024
1 parent 4c3cb31 commit 003c4fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/HabitTracker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ export default class HabitTracker {
cls: `habit-cell
habit-tick habit-tick--${isTicked}
habit-cell--${this.getDayOfWeek(currentDate)}`,
text: dateString.slice(-2),
})

habitCell.setAttribute('ticked', isTicked.toString())
Expand Down

0 comments on commit 003c4fd

Please sign in to comment.