Commit 9a27eb87 authored by Kristin Berry's avatar Kristin Berry
Browse files

PROG removed unnecessary comments from cnetedit.cpp

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6295 41f8697f-d340-4b68-9986-7bafba869bb8
parent 60613b22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -902,7 +902,7 @@ void checkAllMeasureValidity(ControlNet &cnet, QString cubeList) {
      ControlMeasure *measure = point->GetMeasure(cm);

      // Also look for previously ignored control measures
      if (deleteIgnored && measure->IsIgnored()) { //got rid of "never delete ref measures"
      if (deleteIgnored && measure->IsIgnored()) {
        deleteMeasure(point, cm);
      }
    }