diff options
author | Thomas White <taw@physics.org> | 2010-05-26 18:58:17 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-05-26 18:58:24 +0200 |
commit | 2e1c4372747b29cfb2449742da60b5103f38f0b2 (patch) | |
tree | 5004b1eeb55b56958419352f45c42d711530521a /src | |
parent | 276ef3a4bb7f9ac391d0597373660d995dbcba8b (diff) |
Remove f0 debug output
Diffstat (limited to 'src')
-rw-r--r-- | src/hdf5-file.c | 2 |
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; } |