mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Change Newsfeed logging.
This commit is contained in:
parent
4a53e4207c
commit
8b004a549a
@ -23,8 +23,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- Updated package.json as a result of Snyk security update.
|
- Updated package.json as a result of Snyk security update.
|
||||||
- Improve object instantiation to prevent reference errors.
|
- Improve object instantiation to prevent reference errors.
|
||||||
- Improve logger. `Log.log()` now accepts multiple arguments.
|
- Improve logger. `Log.log()` now accepts multiple arguments.
|
||||||
|
- Remove extensive logging in newsfeed node helper.
|
||||||
### Changed
|
|
||||||
- Calendar times are now uniformly capitalized.
|
- Calendar times are now uniformly capitalized.
|
||||||
|
|
||||||
## [2.0.5] - 2016-09-20
|
## [2.0.5] - 2016-09-20
|
||||||
|
@ -60,11 +60,11 @@ var Fetcher = function(url, reloadInterval, encoding) {
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
console.log("Can't parse feed item:");
|
// console.log("Can't parse feed item:");
|
||||||
console.log(item);
|
// console.log(item);
|
||||||
console.log('Title: ' + title);
|
// console.log('Title: ' + title);
|
||||||
console.log('Description: ' + description);
|
// console.log('Description: ' + description);
|
||||||
console.log('Pubdate: ' + pubdate);
|
// console.log('Pubdate: ' + pubdate);
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user