mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 21:47:18 +00:00
Delete unneeded pong logging. Resolves issue 352.
This commit is contained in:
@@ -1197,7 +1197,6 @@ public class Peer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void processPong(Pong m) {
|
private void processPong(Pong m) {
|
||||||
log.info("{}: pong! {}", this, m.getNonce());
|
|
||||||
// Iterates over a snapshot of the list, so we can run unlocked here.
|
// Iterates over a snapshot of the list, so we can run unlocked here.
|
||||||
for (PendingPing ping : pendingPings) {
|
for (PendingPing ping : pendingPings) {
|
||||||
if (m.getNonce() == ping.nonce) {
|
if (m.getNonce() == ping.nonce) {
|
||||||
|
|||||||
Reference in New Issue
Block a user