Skip to content

Commit

Permalink
GH-489 Remove temp log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Aug 8, 2024
1 parent cd66df0 commit 0a3c46e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/net_plugin/net_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,6 @@ namespace eosio {
stat.is_socket_open = socket_is_open();
stat.is_blocks_only = is_blocks_only_connection();
stat.is_transactions_only = is_transactions_only_connection();
elog("last vote ${v}", ("v", last_vote_received.load()));
stat.last_vote_received = last_vote_received;
fc::lock_guard g( conn_mtx );
stat.peer = peer_addr;
Expand Down

0 comments on commit 0a3c46e

Please sign in to comment.