Commit 85c94dc1 authored by Davis King's avatar Davis King

removed extraneous print statement.

parent ef57efc7
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment