]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Get rid of console.log in tests
authorIskren Chernev <iskren.chernev@gmail.com>
Fri, 27 Dec 2013 17:12:10 +0000 (18:12 +0100)
committerIskren Chernev <iskren.chernev@gmail.com>
Sat, 28 Dec 2013 20:57:06 +0000 (12:57 -0800)
test/moment/diff.js

index 19217bb39df4123b0821de1519027bd651ecfdac..ea12d78203f6dffc68f4bbb24c91cf2f65ac7ec3 100644 (file)
@@ -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;
         }