Commit 57e7c7f1 authored by Makayla Shepherd's avatar Makayla Shepherd
Browse files

Removed test call in addCloneToProject

parent 9a80f786
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1467,7 +1467,6 @@ namespace Isis {
  void WorkOrder::addCloneToProject() {
    if (project()) {
      project()->addToProject(clone());
      project()->loadProjectSettings();
    }
  }