diff options
author | Thomas White <taw@physics.org> | 2010-03-03 15:39:54 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-03 15:39:54 +0100 |
commit | 212ed1d2401348802e1e24ebe16dec69f215c039 (patch) | |
tree | 7c5a101f20b9787be348aeaf6122280e427c32bd /src/index.c | |
parent | bc4edcdaeae690a1d0d848e53b4f61286a1298ef (diff) |
Tidy up another message
Diffstat (limited to 'src/index.c')
-rw-r--r-- | src/index.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/index.c b/src/index.c index 470d9e4c..f5090265 100644 --- a/src/index.c +++ b/src/index.c @@ -35,9 +35,6 @@ static void write_drx(struct image *image) FILE *fh; int i; - STATUS("Writing xfel.drx file. Remember that it uses units of " - "reciprocal Angstroms!\n"); - fh = fopen("xfel.drx", "w"); if ( !fh ) { ERROR("Couldn't open temporary file xfel.drx\n"); |