[Groonga-commit] groonga/groonga [master] httpd: remove debug prints

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 29日 (金) 11:33:49 JST


Ryo Onodera	2012-06-29 11:33:49 +0900 (Fri, 29 Jun 2012)

  New Revision: 90244b4d1f7aa39167656a64da406262c238db1f
  https://github.com/groonga/groonga/commit/90244b4d1f7aa39167656a64da406262c238db1f

  Log:
    httpd: remove debug prints

  Modified files:
    src/nginx-module/ngx_http_groonga_module.c

  Modified: src/nginx-module/ngx_http_groonga_module.c (+0 -4)
===================================================================
--- src/nginx-module/ngx_http_groonga_module.c    2012-06-29 02:11:03 +0900 (ff3006c)
+++ src/nginx-module/ngx_http_groonga_module.c    2012-06-29 11:33:49 +0900 (362c7da)
@@ -229,10 +229,6 @@ ngx_http_groonga_handler(ngx_http_request_t *r)
 
   context = loc_conf->global_context;
 
-  printf("database_path: %s\n", loc_conf->database_cstr);
-  printf("version: %s\n", grn_get_version());
-  printf("uri: %.*s\n", (int)r->unparsed_uri.len, r->unparsed_uri.data);
-
   grn_ctx_recv_handler_set(context,
                            ngx_http_groonga_context_receive_handler,
                            (void *)&output);
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index