Skip to content

Commit

Permalink
#2859 Cleanup debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Oct 16, 2024
1 parent bf72718 commit c4e2ff6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libcode/vx_data2d_ugrid/ugrid_file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ bool UGridFile::open_metadata(const char * filepath)
else _faceDimY = new NcDim(dim);
NcDim face_dim = get_nc_dim(_ncFile, sa[i].c_str());
data_face_count *= get_dim_size(&face_dim);
cout << " DEBUG HS sa[" <<i<<"] = " << sa[i] << " face_count=" << face_count << ", data_face_count=" << data_face_count<< "\n";
}
if (face_count != data_face_count) {
mlog << Error << "\n" << method_name
Expand Down

0 comments on commit c4e2ff6

Please sign in to comment.