Skip to content

Commit

Permalink
remove PLOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jul 27, 2020
1 parent 8d293ab commit 03335ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/clib/pioc_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -2424,8 +2424,6 @@ inq_file_metadata(file_desc_t *file, int ncid, int iotype, int *nvars,
(*rec_var)[v] = 0;

}
if(var_ndims > 0)
PLOG((2,"varid %d var_ndims %d nunlimdims %d rec_var %d unlimdimids[0]=%d var_dimids[0]=%d\n",v,var_ndims, nunlimdims, (*rec_var)[v], unlimdimids[0], var_dimids[0]));
}

} /* next var */
Expand Down

0 comments on commit 03335ff

Please sign in to comment.