Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Remove some no longer useful debug spew. Fixes issue #132.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehearn committed Jan 21, 2015
1 parent 6f5f92c commit 26035bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/src/main/java/lighthouse/LighthouseBackend.java
Expand Up @@ -160,7 +160,6 @@ public LighthouseBackend(Mode mode, PeerGroup regularP2P, PeerGroup xtP2P, Abstr
}
}
wallet.addOnPledgeHandler((project, pledge) -> {
log.info("onPledgeHandler: {}", pledge);
final ObservableSet<LHProtos.Pledge> pledgesFor = getOpenPledgesFor(project);
pledgesFor.add(pledge);
}, executor);
Expand Down

0 comments on commit 26035bd

Please sign in to comment.