diff --git a/pgproto/src/postgres/postgres.c b/pgproto/src/postgres/postgres.c index 5fe171d64ddca14d80203db351106c087664c368..b3f6300d739d53cce2ee10a8afee679dda01c5a5 100644 --- a/pgproto/src/postgres/postgres.c +++ b/pgproto/src/postgres/postgres.c @@ -72,13 +72,6 @@ dispatch_query_wrapped(const char *query, size_t query_len) port_c_create(&out); struct box_function_ctx ctx = { &out }; int rc = dispatch_query(&ctx, args, args_end); - - /** - * Wait for the commit. - * @todo: fix me - */ - fiber_sleep(0.01); - const char *response = NULL; uint32_t response_size; if (rc == 0)