ENH: Remove debug printf

This commit is contained in:
Clinton Stimpson 2007-11-16 21:18:48 -05:00
parent beaea73fa0
commit 07e0e4a20e
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ QVariant AddCacheEntry::value() const
{
return static_cast<QCheckBox*>(w)->isChecked();
}
printf("didn't get anything %s\n", w->metaObject()->className());
return QVariant();
}