diff --git a/querymatch.cpp b/querymatch.cpp index 47177bb80..b3a61a563 100644 --- a/querymatch.cpp +++ b/querymatch.cpp @@ -180,7 +180,6 @@ bool QueryMatch::operator<(const QueryMatch& other) const QueryMatch& QueryMatch::operator=(const QueryMatch &other) { if (d != other.d) { - kDebug(); d = other.d; }