Browse Source

Kill debug line.

pull/1/head
Adam Ierymenko 11 years ago
parent
commit
35b5dcf89d
  1. 2
      node/Switch.cpp

2
node/Switch.cpp

@ -178,7 +178,7 @@ void Switch::onLocalEthernet(const SharedPtr<Network> &network,const MAC &from,c
}
*/
if ((true)||(fromBridged)||(includeCom)) {
if ((fromBridged)||(includeCom)) {
Packet outp(toZT,RR->identity.address(),Packet::VERB_EXT_FRAME);
outp.append(network->id());
if (includeCom) {

Loading…
Cancel
Save