Browse Source

Kill debug line.

Adam Ierymenko 10 years ago
parent
commit
35b5dcf89d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      node/Switch.cpp

+ 1 - 1
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) {