Skip to content

Commit a73fb5c

Browse files
committed
[gardening] remove debug output
Change-Id: I65d32b3b4a5eb1c0a2d86325bb6fb872d694c172 Reviewed-on: http://review.couchbase.org/123080 Tested-by: Build Bot <[email protected]> Reviewed-by: Sergey Avseyev <[email protected]>
1 parent 8d30b8f commit a73fb5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/couchbase/managers/query_index_manager.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ PHP_METHOD(QueryIndexManager, createIndex)
196196
lcb_cmdhttp_create(&cmd, LCB_HTTP_TYPE_QUERY);
197197
lcb_cmdhttp_method(cmd, LCB_HTTP_METHOD_POST);
198198
lcb_cmdhttp_content_type(cmd, PCBC_CONTENT_TYPE_JSON, strlen(PCBC_CONTENT_TYPE_JSON));
199-
fprintf(stderr, "----> %.*s\n", (int)ZSTR_LEN(payload.s), ZSTR_VAL(payload.s));
200199
lcb_cmdhttp_body(cmd, ZSTR_VAL(payload.s), ZSTR_LEN(payload.s));
201200
pcbc_http_request(return_value, cluster->conn->lcb, cmd, 1, &ignore_exists_error, NULL,
202201
errcb_createIndex TSRMLS_CC);

0 commit comments

Comments
 (0)