Skip to content

Commit

Permalink
removed dangling console.log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
capaj committed Aug 22, 2016
1 parent eed02de commit 6652bc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@ const middlewareWrapper = (app, config) => {

return function*(next) {
const startTime = process.hrtime()
console.log('path ', this.path)

if (this.path === config.path) {
console.log(this.path)
this.body = template(config)
} else if (this.url === `${config.path}/koa-monitor-frontend.js`) {
yield send(this, 'node_modules/koa-monitor/koa-monitor-frontend.js')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-monitor",
"version": "0.2.1",
"version": "0.2.2",
"description": "Realtime monitoring for koa-based Node applications",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 6652bc6

Please # to comment.