removed extraneous print statement.

This commit is contained in:
Davis King 2017-09-07 19:11:18 -04:00
parent ef57efc742
commit 85c94dc1e4
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ public:
using namespace dlib;
hsi_pixel pix;
pix.h = reverse(colors.size());
std::cout << "new h: "<< (unsigned int)pix.h << std::endl;
pix.s = 255;
pix.i = 150;
rgb_alpha_pixel result;