Commit e79de712 authored by Makayla Shepherd's avatar Makayla Shepherd
Browse files

The progress status is no longer emitted for ipce

parent f425fb01
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -275,9 +275,8 @@ namespace Isis {
    m_bundleSettings = bundleSettings;

    m_abort = false;
    Progress progress;
    try {
      m_controlNet = ControlNetQsp( new ControlNet(control.fileName(), &progress) );
      m_controlNet = ControlNetQsp( new ControlNet(control.fileName()) );
    }
    catch (IException &e) {
      throw;