mirror of
https://github.com/nasa/trick.git
synced 2025-06-22 08:50:06 +00:00
Forgot to remove this debugging print out before the last commit
This commit is contained in:
@ -199,7 +199,6 @@ bool PrintAttributes::openIOFile(const std::string& header_file_name) {
|
|||||||
|
|
||||||
// no further processing is required if it's not out of date
|
// no further processing is required if it's not out of date
|
||||||
if (!isIOFileOutOfDate(realPath, io_file_name)) {
|
if (!isIOFileOutOfDate(realPath, io_file_name)) {
|
||||||
std::cout << "Not out of date: " << io_file_name << std::endl;
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user