diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2007-11-17 02:18:48 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2007-11-17 02:18:48 (GMT) |
commit | 07e0e4a20e8b825c5799184c34df88e8b07c361e (patch) | |
tree | c7a7b17824a4a621cb74a04d18f7f4b548c3a0bd /Source/QtDialog/AddCacheEntry.cxx | |
parent | beaea73fa0ffbd5f2fbc839e9c9135f9bc0b3280 (diff) | |
download | CMake-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.cxx | 1 |
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(); } |