Mercurial > hg > svcore
changeset 1763:d1e2062cbdec by-id
Conditionally compile debug out
author | Chris Cannam |
---|---|
date | Wed, 17 Jul 2019 11:19:46 +0100 |
parents | 110f853c3149 |
children | 0678bf772f82 |
files | transform/FeatureExtractionModelTransformer.cpp |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/transform/FeatureExtractionModelTransformer.cpp Mon Jul 15 14:12:37 2019 +0100 +++ b/transform/FeatureExtractionModelTransformer.cpp Wed Jul 17 11:19:46 2019 +0100 @@ -777,7 +777,9 @@ #endif haveAllModels = false; } else { +#ifdef DEBUG_FEATURE_EXTRACTION_TRANSFORMER_RUN SVDEBUG << "Input model " << inputId << " still exists" << endl; +#endif } for (auto mid: m_outputs) { if (!ModelById::get(mid)) {