Commit c55ae102 authored by Adam Goins's avatar Adam Goins Committed by Makayla Shepherd
Browse files

Removed debug statement

parent f08f867a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1239,7 +1239,6 @@ namespace Isis {
          numberOfPoints = networkInfo["NumberOfPoints"];
        }
        catch (...) {
          std::cout << "Number of points not found." << std::endl;
          numberOfPoints = 0;
        }
      }