ENH: Remove debug printf
This commit is contained in:
parent
beaea73fa0
commit
07e0e4a20e
|
@ -65,7 +65,6 @@ QVariant AddCacheEntry::value() const
|
||||||
{
|
{
|
||||||
return static_cast<QCheckBox*>(w)->isChecked();
|
return static_cast<QCheckBox*>(w)->isChecked();
|
||||||
}
|
}
|
||||||
printf("didn't get anything %s\n", w->metaObject()->className());
|
|
||||||
return QVariant();
|
return QVariant();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue