Mercurial > hg > svcore
diff data/model/AlignmentModel.cpp @ 1691:d08b560102a1 single-point
Merge from default branch
author | Chris Cannam |
---|---|
date | Wed, 24 Apr 2019 11:44:32 +0100 |
parents | e73baeead27f 901f37d32060 |
children | 187c76c40c6f |
line wrap: on
line diff
--- a/data/model/AlignmentModel.cpp Fri Apr 05 13:40:08 2019 +0100 +++ b/data/model/AlignmentModel.cpp Wed Apr 24 11:44:32 2019 +0100 @@ -52,7 +52,9 @@ AlignmentModel::~AlignmentModel() { - SVDEBUG << "AlignmentModel(" << this << ")::~AlignmentModel()" << endl; +#ifdef DEBUG_ALIGNMENT_MODEL + SVCERR << "AlignmentModel(" << this << ")::~AlignmentModel()" << endl; +#endif if (m_rawPath) m_rawPath->aboutToDelete(); delete m_rawPath; @@ -209,7 +211,9 @@ constructPath(); constructReversePath(); - SVDEBUG << "AlignmentModel: path complete" << endl; +#ifdef DEBUG_ALIGNMENT_MODEL + SVCERR << "AlignmentModel: path complete" << endl; +#endif } }