Skip to content

Commit 424d53c

Browse files
committed
removed debugging couts
1 parent 6fa15d6 commit 424d53c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/KHeraldAppForDifferentiatedTraffic.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ void KHeraldAppForDifferentiatedTraffic::handleMessage(cMessage *msg)
343343

344344
send(dataMsg, "lowerLayerOut");
345345

346-
cout<<nextGenerationNotification<<endl;
346+
//cout<<nextGenerationNotification<<endl;
347347
nextGenerationNotification = nextGenerationNotification + 1;
348348

349349
// generate receivable stat update to other nodes

src/KWirelessInterfaceWithAngle.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void KWirelessInterfaceWithAngle::initialize(int stage)
3030
// get own module info
3131
ownNodeInfo = new KBaseNodeInfo();
3232
ownNodeInfo->nodeModule = getParentModule();
33-
std::cout << "Nodemodule: " << ownNodeInfo->nodeModule << "\n";
33+
//std::cout << "Nodemodule: " << ownNodeInfo->nodeModule << "\n";
3434
cModule *unknownModule = getParentModule()->getSubmodule("mobility");
3535
ownNodeInfo->nodeMobilityModule = check_and_cast<inet::IMobility*>(unknownModule);
3636
//ownNodeInfo->nodeWirelessIfcModule = this;

0 commit comments

Comments
 (0)