aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5-file.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-05-26 18:58:17 +0200
committerThomas White <taw@physics.org>2010-05-26 18:58:24 +0200
commit2e1c4372747b29cfb2449742da60b5103f38f0b2 (patch)
tree5004b1eeb55b56958419352f45c42d711530521a /src/hdf5-file.c
parent276ef3a4bb7f9ac391d0597373660d995dbcba8b (diff)
Remove f0 debug output
Diffstat (limited to 'src/hdf5-file.c')
-rw-r--r--src/hdf5-file.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hdf5-file.c b/src/hdf5-file.c
index a344656f..d6d646ed 100644
--- a/src/hdf5-file.c
+++ b/src/hdf5-file.c
@@ -218,8 +218,6 @@ static double get_f0(struct hdfile *f)
H5Dclose(dh);
if ( r < 0 ) return -1.0;
- STATUS("%f\n", f0);
-
return f0;
}