Skip to content

Commit

Permalink
Get rid of console.log in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Dec 28, 2013
1 parent f44ce42 commit 3359c91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/moment/diff.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ exports.diff = {
"diff across DST" : function (test) {
var dst = dstForYear(2012), a, b, daysInMonth;
if (!dst) {
console.log("No DST?");
test.done();
return;
}
Expand Down

0 comments on commit 3359c91

Please sign in to comment.