From b844a356b3898359dab009a114b1e41dae5d1884 Mon Sep 17 00:00:00 2001 From: Oleg Alexandrov Date: Tue, 28 Jul 2020 11:01:04 -0700 Subject: [PATCH] Turn off debug text in RPC_XML.cc --- src/asp/Camera/RPC_XML.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/asp/Camera/RPC_XML.cc b/src/asp/Camera/RPC_XML.cc index b6514d3e6..11af89387 100644 --- a/src/asp/Camera/RPC_XML.cc +++ b/src/asp/Camera/RPC_XML.cc @@ -126,7 +126,6 @@ void asp::ImageXML::parse( xercesc::DOMElement* node ) { tdi = 0; try { if (band_id == "P") { - std::cout << "--try 2" << std::endl; DOMElement* band = get_node(node, "BAND_P"); parse_band_tdi(band, tdi); } else if (band_id == "Multi") { @@ -500,10 +499,8 @@ void asp::RPCXML::parse_bbox( xercesc::DOMElement* root_node ) { DOMElement* imd_node = get_node( root_node, "IMD" ); DOMElement* bbox_node; try { - std::cout << "---try 1" << std::endl; bbox_node = get_node( imd_node, "BAND_P"); } catch (...) { // Try one more channel if we can't find BAND_P - std::cout << "--now in catch" << std::endl; bbox_node = get_node( imd_node, "BAND_R"); } // Start by initializing the box with the first point