Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove console log
Browse files Browse the repository at this point in the history
ravestack committed Aug 11, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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))) {

0 comments on commit badadd1

Please sign in to comment.