Commit 1035c88f6e0816cdf6fec2945cbfe4cd7bed5d40
1 parent
901cff6b
Remove unneeded debug output
Showing
2 changed files
with
1 additions
and
1 deletions
openbr/openbr_plugin.cpp
| ... | ... | @@ -722,7 +722,6 @@ bool Object::setPropertyRecursive(const QString & name, QVariant value) |
| 722 | 722 | if (this->metaObject()->indexOfProperty(qPrintable(name)) == -1) |
| 723 | 723 | return false; |
| 724 | 724 | |
| 725 | - qDebug() << "Class: " << metaObject()->className() << "took property" << name; | |
| 726 | 725 | setProperty(name, value); |
| 727 | 726 | init(); |
| 728 | 727 | return true; | ... | ... |
openbr/plugins/independent.cpp