SVN_SILENT: not needed

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=805681
This commit is contained in:
Aaron J. Seigo 2008-05-09 06:51:09 +00:00
parent f57cc1c623
commit 30b6b8d188

View File

@ -180,7 +180,6 @@ bool QueryMatch::operator<(const QueryMatch& other) const
QueryMatch& QueryMatch::operator=(const QueryMatch &other) QueryMatch& QueryMatch::operator=(const QueryMatch &other)
{ {
if (d != other.d) { if (d != other.d) {
kDebug();
d = other.d; d = other.d;
} }