Remove unnecessary cout

This commit is contained in:
Epicalert 2021-07-10 20:28:11 +08:00
parent 4796a7177a
commit 6b61f6d76e
No known key found for this signature in database
GPG key ID: CAA46F858D0979BD

View file

@ -42,7 +42,6 @@ struct optData optData = {
#ifndef _WIN32
error_t parseOptions(int key, char* arg, struct argp_state* state) {
std::cout << key << ": " << arg << std::endl;
switch (key) {
case 0x00: //--haar-cascade
optData.useHaar = true;