Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ravestack committed Aug 11, 2015
1 parent 9f62131 commit badadd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@
}).join('/');
day = String(normalizedDate.getUTCDate());
year = String(normalizedDate.getFullYear()).slice(-2);
console.log(dayOrYearMatches, dayOrYear, day, year);
if (dayOrYear === day || dayOrYear === year) {
return true;
} else if ((dayOrYear === (day + '/' + year)) || (dayOrYear === (year + '/' + day))) {
Expand Down

0 comments on commit badadd1

Please sign in to comment.