Skip to content

Commit

Permalink
fix(dataset): remove unnecessary printf
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrasser committed Mar 1, 2024
1 parent 32ebc0b commit 2a3d961
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cryosparc/include/cryosparc-tools/dataset.h
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,6 @@ void dset_dumptxt (uint64_t dset, int dump_data) {

ds_slot *slot = &ds_module.slots[idx];

printf("column dset size %lu", sizeof(d->columns[0]));
printf ("dataset %"PRIu64"\n"
"\ttotal size: %"PRIu64"\n"
"\trows (actual) %"PRIu64"\n"
Expand Down

0 comments on commit 2a3d961

Please sign in to comment.