Skip to content

Commit 8e9f26b

Browse files
author
Shane Snyder
committed
remove debug printf
1 parent f05a439 commit 8e9f26b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

darshan-runtime/lib/darshan-pnetcdf-api.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,6 @@ define(`PNETCDF_VAR_RECORD_OPEN',`
781781
else type_size = 8;
782782
rec_ref->var_rec->counters[PNETCDF_VAR_DATATYPE_SIZE] = type_size;
783783
rec_ref->var_rec->file_rec_id = file_rec_id;
784-
fprintf(stderr, "adding %d to var ncid hash\n", *($6));
785784
darshan_add_record_ref(&(pnetcdf_var_runtime->ncid_hash), $6, sizeof(int), rec_ref);
786785
} while (0);
787786
')dnl

0 commit comments

Comments
 (0)