mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
ENH: Remove debug printf
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user