From e010c6b6b2fd67f3301e64219aa90bae34d4d251 Mon Sep 17 00:00:00 2001 From: dsarrut Date: Fri, 22 Oct 2010 07:40:34 +0000 Subject: [PATCH] remove debug --- vv/vv.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/vv/vv.cxx b/vv/vv.cxx index 71974f1..f9c9d2a 100644 --- a/vv/vv.cxx +++ b/vv/vv.cxx @@ -100,7 +100,6 @@ int main( int argc, char** argv ) else if (parse_mode == P_SEQUENCE) sequence_filenames.push_back(current); else { - DD(current); std::vector image; image.push_back(current); window.LoadImages(image,IMAGE); n_image_loaded++; -- 2.45.1