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

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
cdjackson committed Sep 21, 2014
1 parent 57ff90f commit 970ef9e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ public boolean processOutgoingWakeupMessage(SerialMessage serialMessage) {
if (this.wakeUpQueue.contains(serialMessage)) {
logger.debug("NODE {}: Message already on the wake-up queue. Removing original.", this.getNode().getNodeId());
this.wakeUpQueue.remove(serialMessage);
// return false;
}

logger.debug("NODE {}: Putting message in wakeup queue.", this.getNode().getNodeId());
Expand Down

0 comments on commit 970ef9e

Please sign in to comment.