Mercurial > hg > svcore
diff data/model/DenseTimeValueModel.cpp @ 1494:0d4f1fcad97a
Remove some debug output
author | Chris Cannam |
---|---|
date | Thu, 09 Aug 2018 16:45:17 +0100 |
parents | 48e9f538e6e9 |
children | 0d89abd631ac |
line wrap: on
line diff
--- a/data/model/DenseTimeValueModel.cpp Mon Jun 25 14:12:27 2018 +0100 +++ b/data/model/DenseTimeValueModel.cpp Thu Aug 09 16:45:17 2018 +0100 @@ -33,7 +33,7 @@ { int ch = getChannelCount(); - cerr << "f0 = " << f0 << ", f1 = " << f1 << endl; +// cerr << "f0 = " << f0 << ", f1 = " << f1 << endl; if (f1 <= f0) return "";