Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdxn committed Sep 16, 2018
1 parent fa55b2c commit 2e08e51
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/middleware-wrapper.js
Expand Up @@ -19,11 +19,6 @@ const middlewareWrapper = config => {
}, [])
.join(' ');

// healthChecker(validatedConfig.healthChecks).then((results) => {
// console.log(results);
// });


const data = {
title: validatedConfig.title,
port: validatedConfig.port,
Expand Down

0 comments on commit 2e08e51

Please sign in to comment.