Commit 7273945e authored by John Bonn's avatar John Bonn
Browse files

PROG Fixed bad checkin r7663 that included debug messages

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7667 41f8697f-d340-4b68-9986-7bafba869bb8
parent 9aea0634
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ void IsisMain() {

    //Checks if in file is rdr
    bool projected = lab.hasObject("IMAGE_MAP_PROJECTION");
    std::cout << projected << std::endl;
    if(projected) {
      QString msg = "[" + inFile.name() + "] appears to be an rdr file.";
      msg += " Use pds2isis.";