Commit 648233be authored by acpaquette's avatar acpaquette Committed by amystamile-usgs
Browse files

Removed prints causing test failures

parent d395b74d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -846,7 +846,6 @@ namespace Isis {
    int varStartPos = -1;
    if(Preference::Preferences().hasGroup("DataDirectory")) {
      PvlGroup &testing = Preference::Preferences().findGroup("DataDirectory");
      cout << testing << endl;
    }
    // Loop while there are any "$" at the current position or after
    // Some "$" might be skipped if no translation can be found
@@ -891,7 +890,6 @@ namespace Isis {
          }
        }
      }
      cout << expandedStr << endl;

      if (variableValid) {
        // We could expand multiple times...