commenting out unnecessary lines

This commit is contained in:
Dhanya Maliakal 2015-09-22 11:39:33 +02:00
parent 03c41a759f
commit 22ba839ad5

View File

@ -103,7 +103,7 @@ public:
if (np==nPackets){
if (pnum==nPackets) {
//cprintf(BG_GREEN, "Frame Found\n");
cout << "Frame found!" << endl;
//cout << "Frame found!" << endl;
break;
} else {
//cprintf(BG_RED, "Too many packets for this frame! fnum:%d, pnum:%d np:%d\n",fnum,pnum,np);