Commit 98b4ac8d authored by Kristin Berry's avatar Kristin Berry
Browse files

PROG removed debug statements from ControlPointEdit. Fixed #1958

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@5826 41f8697f-d340-4b68-9986-7bafba869bb8
parent 5e1ec322
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -726,7 +726,6 @@ namespace Isis {

    p_rightMeasure = rightMeasure;
    p_pointId = pointId;
    qDebug() << "setright Measure:" << p_pointId;

    if (p_useGeometry) {
      //  get new ground map
@@ -1563,7 +1562,6 @@ namespace Isis {
                           toString((int)(p_rightMeasure->GetSample())) + "_" +
                           toString((int)(p_rightMeasure->GetLine()))   + "_";
    QString fname = baseFile + "Search.cub";
    qDebug() << "in save chips fname:" << fname;
    QString command = "$ISISROOT/bin/qview \'" + fname + "\'";
    p_autoRegFact->RegistrationSearchChip()->Write(fname);
    fname = baseFile + "Pattern.cub";