mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-27 17:30:30 +08:00
remove commented-out code
This commit is contained in:
@@ -3031,15 +3031,6 @@ impl PeerNetwork {
|
||||
// did one pass
|
||||
did_cycle = true;
|
||||
do_prune = true;
|
||||
/*
|
||||
do_prune = match self.walk {
|
||||
Some(ref mut walk) => {
|
||||
walk.do_prune = false;
|
||||
true
|
||||
}
|
||||
None => true
|
||||
};
|
||||
*/
|
||||
|
||||
// restart
|
||||
self.work_state = PeerNetworkWorkState::GetPublicIP;
|
||||
|
||||
Reference in New Issue
Block a user