Commit f5796751 authored by Jesse Mapel's avatar Jesse Mapel Committed by Jesse Mapel
Browse files

Removed warning when log_file missing in LS

parent e1a87fc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2863,7 +2863,7 @@ std::string UsgsAstroLsSensorModel::constructStateFromIsd(const std::string imag
  }

  // Get the optional logging file
  state["m_logFile"] = getLogFile(isd, warnings);
  state["m_logFile"] = getLogFile(isd);

  if (!parsingWarnings->empty()) {
    if (warnings) {