Commit ae3b64a17292ca989bd527605a586b67b9001d4f
1 parent
05f1045c
Removed debug statement
Showing
1 changed file
with
0 additions
and
2 deletions
openbr/core/bee.cpp
| @@ -278,8 +278,6 @@ cv::Mat BEE::makeMask(const br::FileList &targets, const br::FileList &queries, | @@ -278,8 +278,6 @@ cv::Mat BEE::makeMask(const br::FileList &targets, const br::FileList &queries, | ||
| 278 | } | 278 | } |
| 279 | } | 279 | } |
| 280 | 280 | ||
| 281 | - qDebug() << targetLabels; | ||
| 282 | - | ||
| 283 | return mask; | 281 | return mask; |
| 284 | } | 282 | } |
| 285 | 283 |