diff --git a/openbr/openbr_plugin.cpp b/openbr/openbr_plugin.cpp index 7579e75..a1ca2f0 100644 --- a/openbr/openbr_plugin.cpp +++ b/openbr/openbr_plugin.cpp @@ -425,8 +425,6 @@ TemplateList TemplateList::fromGallery(const br::File &gallery) if (crossValidate > 0) srand(0); for (int i=newTemplates.size()-1; i>=0; i--) { - newTemplates[i].file.append(gallery.localMetadata()); - newTemplates[i].file.append(file.localMetadata()); newTemplates[i].file.set("Index", i+templates.size()); newTemplates[i].file.set("Gallery", gallery.name);