From 17a00a7770c41f83774919c4f2ca39a987c15448 Mon Sep 17 00:00:00 2001 From: lupengfan1 Date: Wed, 27 Nov 2024 20:56:18 +0800 Subject: [PATCH] follow clang-format --- src/replica/replica_2pc.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/replica/replica_2pc.cpp b/src/replica/replica_2pc.cpp index 9d88594326..0f9256885d 100644 --- a/src/replica/replica_2pc.cpp +++ b/src/replica/replica_2pc.cpp @@ -219,7 +219,6 @@ void replica::on_client_write(dsn::message_ex *request, bool ignore_throttling) _bulk_load_ingestion_start_time_ms = dsn_now_ms(); } - LOG_DEBUG_PREFIX("got write request from {}", request->header->from_address); auto mu = _primary_states.write_queue.add_work(request->rpc_code(), request, this); if (mu) {