From: Iskren Chernev Date: Wed, 29 Apr 2020 14:12:11 +0000 (+0300) Subject: Remove console.log from ts3 typing tests X-Git-Tag: 2.25.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7741ad38ebe8befc8d2882984bc8a9ca2b1be0e1;p=thirdparty%2Fmoment.git Remove console.log from ts3 typing tests --- diff --git a/ts3.1-typing-tests/moment-tests.ts b/ts3.1-typing-tests/moment-tests.ts index 352cf7a39..943738c6d 100644 --- a/ts3.1-typing-tests/moment-tests.ts +++ b/ts3.1-typing-tests/moment-tests.ts @@ -506,6 +506,6 @@ moment.locale('en', { } }); -console.log(moment.version); +// console.log(moment.version); moment.defaultFormat = 'YYYY-MM-DD HH:mm';