Mercurial > hg > svcore
comparison transform/FeatureExtractionModelTransformer.cpp @ 1763:d1e2062cbdec by-id
Conditionally compile debug out
author | Chris Cannam |
---|---|
date | Wed, 17 Jul 2019 11:19:46 +0100 |
parents | 110f853c3149 |
children | 9a8327e7b2dc |
comparison
equal
deleted
inserted
replaced
1762:110f853c3149 | 1763:d1e2062cbdec |
---|---|
775 #ifdef DEBUG_FEATURE_EXTRACTION_TRANSFORMER_RUN | 775 #ifdef DEBUG_FEATURE_EXTRACTION_TRANSFORMER_RUN |
776 SVDEBUG << "FeatureExtractionModelTransformer::run: Input model " << inputId << " no longer exists" << endl; | 776 SVDEBUG << "FeatureExtractionModelTransformer::run: Input model " << inputId << " no longer exists" << endl; |
777 #endif | 777 #endif |
778 haveAllModels = false; | 778 haveAllModels = false; |
779 } else { | 779 } else { |
780 #ifdef DEBUG_FEATURE_EXTRACTION_TRANSFORMER_RUN | |
780 SVDEBUG << "Input model " << inputId << " still exists" << endl; | 781 SVDEBUG << "Input model " << inputId << " still exists" << endl; |
782 #endif | |
781 } | 783 } |
782 for (auto mid: m_outputs) { | 784 for (auto mid: m_outputs) { |
783 if (!ModelById::get(mid)) { | 785 if (!ModelById::get(mid)) { |
784 #ifdef DEBUG_FEATURE_EXTRACTION_TRANSFORMER_RUN | 786 #ifdef DEBUG_FEATURE_EXTRACTION_TRANSFORMER_RUN |
785 SVDEBUG << "FeatureExtractionModelTransformer::run: Output model " << mid << " no longer exists" << endl; | 787 SVDEBUG << "FeatureExtractionModelTransformer::run: Output model " << mid << " no longer exists" << endl; |