Skip to content

Commit 4715eae

Browse files
committed
remove console.log statement after compilation
1 parent db3078f commit 4715eae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

+1-1
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

-1
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)