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

PROG: Forgot qDebugs.

parent 3688801e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -152,7 +152,6 @@ namespace Isis {
      }
    }
    if (!directory->project()->activeControl()) {
      qDebug()<<"Footprint2DView constructor  set controlNetTool disabled";
      m_controlNetToolAction->setEnabled(false);
    }

+0 −1
Original line number Diff line number Diff line
@@ -1818,7 +1818,6 @@ namespace Isis {
   */
  void Project::setActiveControl(QString displayName) {
    Control *previousControl = m_activeControl;
    qDebug()<<"Project::setActiveControl m_activeControl = "<<m_activeControl;
    if (m_activeControl) {

      // If the current active control has been modified, ask user if they want to save or discard