diff --git a/openbr/core/bee.cpp b/openbr/core/bee.cpp index f678aef..409ca53 100644 --- a/openbr/core/bee.cpp +++ b/openbr/core/bee.cpp @@ -278,8 +278,6 @@ cv::Mat BEE::makeMask(const br::FileList &targets, const br::FileList &queries, } } - qDebug() << targetLabels; - return mask; }