Commit 538c2ba9 authored by Makayla Shepherd's avatar Makayla Shepherd
Browse files

Removed commented out code

parent dbc55bdd
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2196,8 +2196,6 @@ namespace Isis {
        deleteAllProjectFiles();
        relocateProjectRoot(newDestination);
        
//         emit projectSave((const Project *)this);
        
        // 2014-03-14 kle This is a lame kludge because we think that relocateProjectRoot is not
        // working properly. For example, when we save a new project and try to view a control net
        // the it thinks it's still in the /tmp area
@@ -2218,7 +2216,6 @@ namespace Isis {
      }

      save(m_projectRoot->absolutePath(), false);
//       emit projectSave((const Project *)this);
    }

    return saveDialogCompleted;