[Groonga-commit] droonga/droonga-http-server at 45b7c8f [master] Remove debug print

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Apr 28 11:09:41 JST 2014


YUKI Hiroshi	2014-04-28 11:09:41 +0900 (Mon, 28 Apr 2014)

  New Revision: 45b7c8f5f3f4633fc415335116be168907a50bb2
  https://github.com/droonga/droonga-http-server/commit/45b7c8f5f3f4633fc415335116be168907a50bb2

  Message:
    Remove debug print

  Modified files:
    bin/droonga-http-server

  Modified: bin/droonga-http-server (+0 -1)
===================================================================
--- bin/droonga-http-server    2014-04-28 11:06:38 +0900 (df674e0)
+++ bin/droonga-http-server    2014-04-28 11:09:41 +0900 (f146beb)
@@ -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());
 }
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index