remove cout

This commit is contained in:
l_msdetect
2015-11-13 15:46:42 +01:00
parent a4dfa6165a
commit 041bfc8992
3 changed files with 5 additions and 3 deletions

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);