From: Iskren Chernev Date: Fri, 27 Dec 2013 17:12:10 +0000 (+0100) Subject: Get rid of console.log in tests X-Git-Tag: 2.5.1~18^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3359c912330d7db10171e7bf0194b0cf011b82fd;p=thirdparty%2Fmoment.git Get rid of console.log in tests --- diff --git a/test/moment/diff.js b/test/moment/diff.js index 19217bb39..ea12d7820 100644 --- a/test/moment/diff.js +++ b/test/moment/diff.js @@ -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; }