Commit 18210782bd7f4b8bf5df0251399d95fdf27b0689

Authored by sklum
2 parents db2484c2 e4d3f118

Merge branch 'master' of https://github.com/biometrics/openbr

Showing 1 changed file with 0 additions and 1 deletions
openbr/plugins/validate.cpp
@@ -106,7 +106,6 @@ class CrossValidateTransform : public MetaTransform @@ -106,7 +106,6 @@ class CrossValidateTransform : public MetaTransform
106 106
107 void project(const Template &src, Template &dst) const 107 void project(const Template &src, Template &dst) const
108 { 108 {
109 - qDebug() << src.file.get<int>("Partition", 0);  
110 transforms[src.file.get<int>("Partition", 0)]->project(src, dst); 109 transforms[src.file.get<int>("Partition", 0)]->project(src, dst);
111 } 110 }
112 111