Commit c7bc9b0f authored by Tracie Sucharski's avatar Tracie Sucharski
Browse files

Active control and active image list default if project only contains one of...

Active control and active image list default if project only contains one of each.  Forgot to remove qDebug statements.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7683 41f8697f-d340-4b68-9986-7bafba869bb8
parent 188f3481
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1257,7 +1257,6 @@ namespace Isis {
      if (m_controls->at(0)->count() == 1) {
        QString controlName = m_controls->at(0)->at(0)->displayProperties()->displayName();
        setActiveControl(controlName);
        qDebug()<<"activeControl = "<<controlName;//->displayProperties()->displayName();
      }
    }
    return m_activeControl;
@@ -1315,7 +1314,6 @@ namespace Isis {

    if (!m_activeImageList && m_images->count() == 1) {
      QString imageList = m_images->at(0)->name();
      qDebug()<<" activeImageList = "<<imageList;
      setActiveImageList(imageList);
    }
    return m_activeImageList;