Skip to content

Commit

Permalink
Removing unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bmsleight committed Sep 30, 2024
1 parent a6d51bf commit aa85488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/exactwords/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function wordsFromTime(h, m)
const MINUTES_ACCURATE_ARRAY = ["", "just gone ", "a little after ", "coming up to ", "almost "];

var hourAdjusted = h;
var words = " ", hourWord = " ", partDayWord = " ", minutesRough = " ", minutesAccurate = " ", days = " ";
var words = " ", hourWord = " ", partDayWord = " ", minutesRough = " ", minutesAccurate = " ";

// At 33 past the hours we start referign to the next hour
if (m > 32) {
Expand Down

0 comments on commit aa85488

Please sign in to comment.