From 6c9e22263df4f2b1bb1ac3e65128ddbde19b7375 Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Sun, 11 Aug 2013 09:40:49 -0400 Subject: [PATCH] Removed debug statement in crossValidate --- openbr/plugins/validate.cpp | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/openbr/plugins/validate.cpp b/openbr/plugins/validate.cpp index 49ad04f..9fb199f 100644 --- a/openbr/plugins/validate.cpp +++ b/openbr/plugins/validate.cpp @@ -83,7 +83,6 @@ class CrossValidateTransform : public MetaTransform } else j--; } // Train on the remaining templates - foreach (const Template &t, partitionedData) qDebug() << "Remaining data for partition " << i << t.file.baseName() << t.file.get("Label") << t.file.get("Partition"); futures.addFuture(QtConcurrent::run(transforms[i], &Transform::train, partitionedData)); } futures.waitForFinished(); -- libgit2 0.21.4