summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/AddCacheEntry.cxx
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2007-11-17 02:18:48 (GMT)
committerClinton Stimpson <clinton@elemtech.com>2007-11-17 02:18:48 (GMT)
commit07e0e4a20e8b825c5799184c34df88e8b07c361e (patch)
treec7a7b17824a4a621cb74a04d18f7f4b548c3a0bd /Source/QtDialog/AddCacheEntry.cxx
parentbeaea73fa0ffbd5f2fbc839e9c9135f9bc0b3280 (diff)
downloadCMake-07e0e4a20e8b825c5799184c34df88e8b07c361e.zip
CMake-07e0e4a20e8b825c5799184c34df88e8b07c361e.tar.gz
CMake-07e0e4a20e8b825c5799184c34df88e8b07c361e.tar.bz2
ENH: Remove debug printf
Diffstat (limited to 'Source/QtDialog/AddCacheEntry.cxx')
-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();
}