# HG changeset patch # User Chris Cannam # Date 1563358786 -3600 # Node ID d1e2062cbdec20a04a4742a05f0e2dbe78d3f831 # Parent 110f853c31493a79138c8a748e9ab2ee197dc0ba Conditionally compile debug out diff -r 110f853c3149 -r d1e2062cbdec transform/FeatureExtractionModelTransformer.cpp --- 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)) {