Remove qdebug

Change-Id: Ibc1607d036fa8bf551ff7938090d8dda08a232fe
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
This commit is contained in:
Lars Knoll 2013-01-14 09:29:32 +01:00 committed by Simon Hausmann
parent 9da2b90a3f
commit ae25139d09
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ struct PropertyDescriptor {
if (type == Accessor) {
if ((quintptr)get != 0x1 && get != other->get)
return false;
qDebug() << "isSubset" << set << other->set;
if ((quintptr)set != 0x1 && set != other->set)
return false;
}