From 3fd5585c832b97ef65cfc96df7ab92a53bf49fe9 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sat, 30 May 2015 10:31:46 -0400 Subject: [PATCH] Removed debug messages --- src/openalpr/alpr_impl.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/openalpr/alpr_impl.cpp b/src/openalpr/alpr_impl.cpp index 18546d0..6750919 100644 --- a/src/openalpr/alpr_impl.cpp +++ b/src/openalpr/alpr_impl.cpp @@ -211,11 +211,7 @@ namespace alpr aplate.matches_template = ppResults[pp].matchesTemplate; plateResult.topNPlates.push_back(aplate); } - else if (plate_char_length > config->postProcessMaxCharacters) - { - cout << "Not within character count... " << ppResults[pp].letters << endl; - cout << plate_char_length << endl; - } + } if (plateResult.topNPlates.size() > bestPlateIndex)