summaryrefslogtreecommitdiff
path: root/src/cpl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpl.cc')
-rw-r--r--src/cpl.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpl.cc b/src/cpl.cc
index 30995a61..f585cc08 100644
--- a/src/cpl.cc
+++ b/src/cpl.cc
@@ -305,9 +305,7 @@ CPL::equals (CPL const & other, EqualityOptions opt, boost::function<void (NoteT
if (_length != other._length) {
stringstream s;
- s << "lengths differ (" << _length << " cf " << other._length << ")";
note (ERROR, String::compose ("lengths differ (%1 vs %2)", _length, other._length));
- return false;
}
if (_reels.size() != other._reels.size()) {