summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/QtDialog/AddCacheEntry.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/QtDialog/AddCacheEntry.cxx b/Source/QtDialog/AddCacheEntry.cxx
index 88b92f1..a38449a 100644
--- a/Source/QtDialog/AddCacheEntry.cxx
+++ b/Source/QtDialog/AddCacheEntry.cxx
@@ -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();
}