Skip to content

Commit

Permalink
Merge pull request #171 from Esri/log-remove
Browse files Browse the repository at this point in the history
Log remove
  • Loading branch information
ungoldman committed May 20, 2015
2 parents 791beff + a064b7d commit e3cd650
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.1.8] - 2015-05-19
### Removed
* A misleading error log on start up that was left in the index.js

## [2.1.7] - 2015-05-18
### Changed
* Multiple file transports for debug and error level logging
Expand Down Expand Up @@ -235,6 +239,7 @@ Koop is now just a node module that exposes an express middleware app with hooks
- koop-server is no more; all central code is in the koop project
- to use Koop you must use it as middleware in an app that boots up an http server

[2.1.8]: https://github.com/Esri/koop/compare/v2.1.7...v2.1.8
[2.1.7]: https://github.com/Esri/koop/compare/v2.1.6...v2.1.7
[2.1.6]: https://github.com/Esri/koop/compare/v2.1.5...v2.1.6
[2.1.5]: https://github.com/Esri/koop/compare/v2.1.4...v2.1.5
Expand Down
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,6 @@ module.exports = function( config ) {
return;
};

koop.log.error('start up', {obj: true});

return app;

};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koop",
"version": "2.1.7",
"version": "2.1.8",
"description": "A node module/express middleware for converting GeoJSON to Esri Feature Services.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e3cd650

Please sign in to comment.