Skip to content

Commit

Permalink
Per issue #1950: Cleaned up some cout (print) statements. Left one in…
Browse files Browse the repository at this point in the history
… there that is commented out for future testing. SL
  • Loading branch information
Seth Linden committed Mar 17, 2022
1 parent f74897a commit 68a07d1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions met/src/libcode/vx_statistics/pair_data_point.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1141,12 +1141,8 @@ void VxPairDataPoint::add_point_obs(float *hdr_arr, const char *hdr_typ_str,
// Otherwise, check for the obs Station ID's presence in the
// masking SID list
else if(pd[i][j][0].mask_sid_ptr != (StringArray *) 0) {

if(pd[i][j][0].mask_sid_ptr->Sorted)
cout << "pd[i][j][0].mask_sid_ptr is Sorted!" << endl;

if(!pd[i][j][0].mask_sid_ptr->has(hdr_sid_str)) {
cout << "rejected hdr_sid_str = " << hdr_sid_str << endl;
//cout << "rejected hdr_sid_str = " << hdr_sid_str << endl;
inc_count(rej_mask, i, j);
continue;
}
Expand Down

0 comments on commit 68a07d1

Please sign in to comment.