Commit 8b88732f authored by Jesse Mapel's avatar Jesse Mapel Committed by Makayla Shepherd
Browse files

Fixed minor errors in readPvl

parent 1b0f0e43
Loading
Loading
Loading
Loading
+1 −11
Original line number Diff line number Diff line
@@ -149,16 +149,6 @@ namespace Isis {
                        + "] is not supported";
          throw IException(IException::Unknown, msg, _FILEINFO_);
      }

      version = toInt(controlNetwork["Version"][0]);

      if (version == previousVersion) {
        IString msg = "Cannot update from version [" + IString(version) + "] "
            "to any other version";
          throw IException(IException::Programmer, msg, _FILEINFO_);
      }

      return LatestPvlToBinary(controlNetwork);
  }