From 1035c88f6e0816cdf6fec2945cbfe4cd7bed5d40 Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Thu, 3 Jul 2014 13:17:54 -0400 Subject: [PATCH] Remove unneeded debug output --- openbr/openbr_plugin.cpp | 1 - openbr/plugins/independent.cpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/openbr_plugin.cpp b/openbr/openbr_plugin.cpp index 56fe04a..cace29a 100644 --- a/openbr/openbr_plugin.cpp +++ b/openbr/openbr_plugin.cpp @@ -722,7 +722,6 @@ bool Object::setPropertyRecursive(const QString & name, QVariant value) if (this->metaObject()->indexOfProperty(qPrintable(name)) == -1) return false; - qDebug() << "Class: " << metaObject()->className() << "took property" << name; setProperty(name, value); init(); return true; diff --git a/openbr/plugins/independent.cpp b/openbr/plugins/independent.cpp index 224cbe8..b04252f 100644 --- a/openbr/plugins/independent.cpp +++ b/openbr/plugins/independent.cpp @@ -138,6 +138,7 @@ class IndependentTransform : public MetaTransform for (int i=0;i < transforms.size();i++) { transforms[i]->setPropertyRecursive(name, value); } + return true; } void init() -- libgit2 0.21.4