Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Removing debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
tizzo committed Nov 4, 2014
1 parent 6b11757 commit b50ca91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ module.exports = function(penelope, config, done) {
var name = req.params.name;
var config = null
if (config = penelope.getConfig(name)) {
console.log('doing stuff', config);
penelope.runCommand(config.name, config.command, config.args);
res.writeHead(201);
res.end();
Expand Down

0 comments on commit b50ca91

Please sign in to comment.