Skip to content

Commit

Permalink
removed debugging couts
Browse files Browse the repository at this point in the history
  • Loading branch information
asangau committed Jan 1, 2021
1 parent 6fa15d6 commit 424d53c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/KHeraldAppForDifferentiatedTraffic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ void KHeraldAppForDifferentiatedTraffic::handleMessage(cMessage *msg)

send(dataMsg, "lowerLayerOut");

cout<<nextGenerationNotification<<endl;
//cout<<nextGenerationNotification<<endl;
nextGenerationNotification = nextGenerationNotification + 1;

// generate receivable stat update to other nodes
Expand Down
2 changes: 1 addition & 1 deletion src/KWirelessInterfaceWithAngle.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ void KWirelessInterfaceWithAngle::initialize(int stage)
// get own module info
ownNodeInfo = new KBaseNodeInfo();
ownNodeInfo->nodeModule = getParentModule();
std::cout << "Nodemodule: " << ownNodeInfo->nodeModule << "\n";
//std::cout << "Nodemodule: " << ownNodeInfo->nodeModule << "\n";
cModule *unknownModule = getParentModule()->getSubmodule("mobility");
ownNodeInfo->nodeMobilityModule = check_and_cast<inet::IMobility*>(unknownModule);
//ownNodeInfo->nodeWirelessIfcModule = this;
Expand Down

0 comments on commit 424d53c

Please sign in to comment.