got rid of unnecessary printouts in receiver

This commit is contained in:
Dhanya Maliakal
2015-01-30 15:03:35 +01:00
parent dc4e74087d
commit f30833a460
2 changed files with 6 additions and 3 deletions

View File

@ -203,7 +203,9 @@ inline char* UDPBaseImplementation::setFilePath(const char c[]){ FILE_LOG(logDEB
}
}
FILE_LOG(logDEBUG) << __AT__ << getFilePath();
#ifdef VERBOSE
cout << getFilePath() << " " << filePath << endl;
#endif
return getFilePath();
}