Skip to content

Commit

Permalink
Remove remaining console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Oct 6, 2011
1 parent b2cd042 commit 8093e26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/process.coffee
Expand Up @@ -27,7 +27,6 @@ module.exports.start = (shell, settings, cmd, callback) ->
[code, pid] = stdout.split(' ')
return callback new Error "Process exit with code #{code}" if code isnt '0'
pidfile = settings.pidfile or pidfile cmd
console.log 'pidfile', pidfile
fs.writeFileSync pidfile, '' + pid
callback null, pid
else # Kill child on exit if started in attached mode
Expand Down

0 comments on commit 8093e26

Please sign in to comment.