Delete some debug code.
authorBo Peng <pengbo@sraoss.co.jp>
Thu, 24 May 2018 08:37:43 +0000 (17:37 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Thu, 24 May 2018 08:37:43 +0000 (17:37 +0900)
src/protocol/pool_proto_modules.c

index ce1c2254602d12975364460b2eb3d5ba49102eff..f8a435e9a972d2c3ce7eb647883daec93f031e4c 100644 (file)
@@ -338,11 +338,9 @@ POOL_STATUS SimpleQuery(POOL_CONNECTION *frontend,
                        if (vnode->kind == VAR_SET_VALUE)
                        {
                                value = flatten_set_variable_args("name", vnode->args);
-                               printf("%s\n", value);
                        }
                        if (vnode->kind == VAR_RESET_ALL)
                        {
-                               printf("reset all\n");
                                reset_all_variables(frontend, backend);
                        }
                        else