From f57967515ce4de19fbb2af7fdcd201763fa3fc10 Mon Sep 17 00:00:00 2001 From: Jesse Mapel <jmapel@usgs.gov> Date: Tue, 7 Jan 2020 08:45:08 -0700 Subject: [PATCH] Removed warning when log_file missing in LS --- src/UsgsAstroLsSensorModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UsgsAstroLsSensorModel.cpp b/src/UsgsAstroLsSensorModel.cpp index 604db4c..c1da746 100644 --- a/src/UsgsAstroLsSensorModel.cpp +++ b/src/UsgsAstroLsSensorModel.cpp @@ -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) { -- GitLab