Commit 7eaca94d authored by Adam Goins's avatar Adam Goins
Browse files

Removed Extraneous output from FileList.cpp. #Fixes 5112

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7997 41f8697f-d340-4b68-9986-7bafba869bb8
parent 4d6059a9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -80,7 +80,6 @@ namespace Isis {
      istm.close();
    }
    catch (IException &e) {
      printf("debugB\n");
      istm.close();
      QString msg = "File [" + listFile.toString() + "] contains no data";
      throw IException(IException::User, msg, _FILEINFO_);
+2 −0
Original line number Diff line number Diff line
@@ -63,6 +63,8 @@ namespace Isis {
   *           such that if a file name and it's attributes are
   *           surround with double quotes, then don't use commas
   *           as a 'end of line' signal.
   *   @history 2017-08-15 Adam Goins - removed a printf() that resulted in
   *                                    extraneous output to be displayed. Ref#5112
   */
  class FileList : public QList<FileName> {
    public: