Skip to content
Snippets Groups Projects
Unverified Commit a8e6c798 authored by Jan Kotanski's avatar Jan Kotanski
Browse files

comment printouts

parent 09a15a50
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ Source: hdf5-external-filter-plugins
Priority: optional
Maintainer: Jan Kotanski (jkotan) <jankotan@gmail.com>
Build-Depends: debhelper (>= 9),
cmake (>= 3.3),
cmake (>= 3.11),
libhdf5-dev (>=1.8.11),
liblz4-dev,
libbz2-dev,
......
From: Jan Kotanski <jankotan@gmail.com>
Date: Fri, 31 Jan 2020 10:31:06 +0100
Subject: comment a debugging printout
---
BSHUF/src/H5Zbshuf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/BSHUF/src/H5Zbshuf.c b/BSHUF/src/H5Zbshuf.c
index da299c3..5588cd7 100644
--- a/BSHUF/src/H5Zbshuf.c
+++ b/BSHUF/src/H5Zbshuf.c
@@ -136,7 +136,7 @@ herr_t H5Z_bshuf_set_local(hid_t dcpl, hid_t type, hid_t space) {
values[1] = BSHUF_VERSION_MINOR;
elem_size = H5Tget_size(type);
- fprintf(stderr, "BSHUF: Computed elem_size %d\n", elem_size);
+ // fprintf(stderr, "BSHUF: Computed elem_size %d\n", elem_size);
if(elem_size <= 0) {
PUSH_ERR("bshuf_h5_set_local", H5E_CALLBACK, "Invalid element size.");
return -1;
0001-comment-a-debugging-printout.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment