DOI-USGS / ISIS3

Integrated Software for Imagers and Spectrometers v3. ISIS3 is a digital image processing software package to manipulate imagery collected by current and past NASA and International planetary missions.
https://isis.astrogeology.usgs.gov
Other
200 stars 169 forks source link

Diagnostic output statement inadvertently left in noseam.cpp #5660

Closed kledmundson closed 2 weeks ago

kledmundson commented 2 weeks ago

ISIS version(s) affected: x.y.z dev

Description

The following line was left in noseam.cpp following conversion to a callable app in PR https://github.com/DOI-USGS/ISIS3/pull/5600...

Line 35: std::cout << "***going to run 2nd noseam method\n";

How to reproduce

Possible Solution

Remove it (and I will).

Additional context