Skip to content

Commit

Permalink
#3007 Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Dec 23, 2024
1 parent 9f24f77 commit c7b992e
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/libcode/vx_ioda/ioda_data_conf_info.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@

#include "ioda_data_conf_info.h"

//#include "vx_data2d_factory.h"
//#include "apply_mask.h"
//#include "grib_strings.h"
#include "vx_log.h"

using namespace std;
Expand Down Expand Up @@ -85,11 +82,6 @@ void IODADataConfInfo::read_data_config(const char *default_file_name,
////////////////////////////////////////////////////////////////////////

void IODADataConfInfo::process_data_config() {
int i;
ConcatString s;
ConcatString mask_name;
StringArray sa;
Dictionary *dict = (Dictionary *) nullptr;
static const char *method_name = "IODADataConfInfo::process_data_config() -> ";

// Initialize
Expand All @@ -103,6 +95,10 @@ void IODADataConfInfo::process_data_config() {
metadata_map = parse_conf_metadata_map(&conf);
obs_to_qc_map = parse_conf_obs_to_qc_map(&conf);

mlog << Debug(5) << method_name
<< "obs_name_map: " << obs_name_map.size()
<< ", metadata_map: " << metadata_map.size()
<< ", obs_to_qc_map: " << obs_to_qc_map.size() << "\n";
return;
}

Expand Down

0 comments on commit c7b992e

Please sign in to comment.