mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 08:17:13 +02:00
got rid of unnecessary printouts in receiver
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user