Skip to content

Commit

Permalink
Remove console.log from ts3 typing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Apr 29, 2020
1 parent f9e42d2 commit 7741ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts3.1-typing-tests/moment-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,6 @@ moment.locale('en', {
}
});

console.log(moment.version);
// console.log(moment.version);

moment.defaultFormat = 'YYYY-MM-DD HH:mm';

0 comments on commit 7741ad3

Please sign in to comment.