Unverified Commit de020e6b authored by Summer Stapleton's avatar Summer Stapleton Committed by GitHub
Browse files

Update voy2isis.cpp

Removed unnecessary print
parent 99c895fc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -94,7 +94,6 @@ void IsisMain() {
    p.SetPdsFile(*pdsLabel, in.expanded());
  }
  catch (IException &e) {
    e.print();
    QString msg = "Unable to set PDS file. Decompressed input file ["
                 + in.name() + "] does not appear to be a PDS product";
    throw IException(IException::User, msg, _FILEINFO_);