Navigation Menu

Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 28, 2014
1 parent a882f74 commit 45b7c8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/droonga-http-server
Expand Up @@ -88,7 +88,6 @@ if (options.systemLogFile) {

if (options.pidFile) {
var fd = fs.openSync(options.pidFile, 'w', 0644);
console.log(fd);
fs.writeSync(fd, process.pid.toString());
}

Expand Down

0 comments on commit 45b7c8f

Please sign in to comment.