From 85c94dc1e4a82a94adb7f386dc62df3cabded454 Mon Sep 17 00:00:00 2001 From: Davis King Date: Thu, 7 Sep 2017 19:11:18 -0400 Subject: [PATCH] removed extraneous print statement. --- tools/imglab/src/metadata_editor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/imglab/src/metadata_editor.h b/tools/imglab/src/metadata_editor.h index c34b5967c..71aa14ace 100644 --- a/tools/imglab/src/metadata_editor.h +++ b/tools/imglab/src/metadata_editor.h @@ -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;