diff options
Diffstat (limited to 'src/hdf5-file.c')
-rw-r--r-- | src/hdf5-file.c | 1 |
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; |