Skip to content

Commit

Permalink
-debug +formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph M. Wintersteiger committed Mar 24, 2022
1 parent aeab279 commit 017e717
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/node/historical_queries_adapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// Licensed under the Apache 2.0 License.

#include "ccf/historical_queries_adapter.h"

#include "ccf/crypto/base64.h"
#include "ccf/rpc_context.h"
#include "ccf/service/tables/service.h"
#include "kv/kv_types.h"
Expand Down Expand Up @@ -249,7 +247,6 @@ namespace ccf::historical
if (state && state->receipt && state->receipt->node_cert)
{
auto& receipt = *state->receipt;
LOG_DEBUG_FMT("receipt cert: {}", receipt.node_cert->str());

auto v = crypto::make_unique_verifier(*receipt.node_cert);
if (!v->verify_certificate(
Expand Down

0 comments on commit 017e717

Please sign in to comment.