aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5-file.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-01-19 17:25:33 +0100
committerThomas White <taw@physics.org>2010-01-19 17:25:33 +0100
commit48d896355daf59dcc58e16c2b13a1b8efb8f614c (patch)
tree9a0be97e3b40db8699ba5ab54d407354c8b2c174 /src/hdf5-file.c
parentb53c57478e47dba3027ca594543cbaa8a32fb103 (diff)
Remove terminal noise
Diffstat (limited to 'src/hdf5-file.c')
-rw-r--r--src/hdf5-file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hdf5-file.c b/src/hdf5-file.c
index 3e390f41..1abd1f72 100644
--- a/src/hdf5-file.c
+++ b/src/hdf5-file.c
@@ -304,7 +304,6 @@ int hdf5_read(struct hdfile *f, struct image *image)
ERROR("Couldn't read wavelength - using 2 keV.\n");
image->lambda = ph_en_to_lambda(eV_to_J(2000.0));
}
- STATUS("lambda=%e m\n", image->lambda);
/* These are only used for simulation (not analysis) */
image->x_centre = image->width/2;