Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4715eae

Browse files
committed
remove console.log statement after compilation
1 parentdb3078f commit4715eae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to[Semantic Versioning](http://semver.org/).
44

5-
##[0.13.1] - 2016-09-15
5+
##[0.13.2] - 2016-09-15
66
- tutorial list shows latest tutorial version
77
- fix empty directory issue
88

‎lib/modules/tutorials/utils/latestVersion.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ function isLatestVersion(_a) {
1414
.then(fetch_1.json)
1515
.then(getLatest.bind(this,version))
1616
.then(function(latest){
17-
console.log('isAbove',compareVersions_1.isAboveVersion(version,latest));
1817
if(!compareVersions_1.isAboveVersion(version,latest)){
1918
store_1.default.dispatch(actions_1.tutorialVersion({name:name,latest:latest}));
2019
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp