Forgot to remove this debugging print out before the last commit

This commit is contained in:
Derek Bankieris 2016-10-06 14:28:06 -05:00
parent f161ddb18c
commit 054245f968

View File

@ -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
if (!isIOFileOutOfDate(realPath, io_file_name)) {
std::cout << "Not out of date: " << io_file_name << std::endl;
return false;
}