From 499efec5b0c8e1b974c8ea63f3b299b83913756e Mon Sep 17 00:00:00 2001 From: Maria Dimashova Date: Wed, 21 Mar 2012 14:47:13 +0000 Subject: [PATCH] removed debug log --- modules/highgui/src/cap_openni.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/highgui/src/cap_openni.cpp b/modules/highgui/src/cap_openni.cpp index f38b1e9..bdcb5c0 100644 --- a/modules/highgui/src/cap_openni.cpp +++ b/modules/highgui/src/cap_openni.cpp @@ -313,8 +313,8 @@ CvCapture_OpenNI::CvCapture_OpenNI(const char * filename) return; } - std::cout << context.FindExistingNode( XN_NODE_TYPE_DEPTH, depthGenerator ) << std::endl; - std::cout << context.FindExistingNode( XN_NODE_TYPE_IMAGE, imageGenerator ) << std::endl; + context.FindExistingNode( XN_NODE_TYPE_DEPTH, depthGenerator ); + context.FindExistingNode( XN_NODE_TYPE_IMAGE, imageGenerator ); if( !readCamerasParams() ) { -- 2.7.4