Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
satify gcc
Browse files Browse the repository at this point in the history
liuyu85cn committed Sep 27, 2021
1 parent 2b83e66 commit 60cb19b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/storage/transaction/ChainUpdateEdgeProcessorLocal.cpp
Original file line number Diff line number Diff line change
@@ -135,7 +135,6 @@ void ChainUpdateEdgeProcessorLocal::doRpc(folly::Promise<Code>&& promise, int re
.get();
} catch (std::exception& ex) {
LOG(WARNING) << "doRpc() ex: " << ex.what();
throw;
}
}

0 comments on commit 60cb19b

Please sign in to comment.