diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-07-18 14:41:43 -0400 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:54 +0100 |
commit | 641656491961c5bbd1be91a39fae28579815c69a (patch) | |
tree | 2b6295ac35c9d71aefa0fd9003b1654f2ea91bcb /src/render_hkl.c | |
parent | 4a3d0b9d90d25b09c77500667114d9d8f8578e15 (diff) |
render_hkl: Get rid of debug message
Diffstat (limited to 'src/render_hkl.c')
-rw-r--r-- | src/render_hkl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/render_hkl.c b/src/render_hkl.c index 01f1b253..ad7ee46c 100644 --- a/src/render_hkl.c +++ b/src/render_hkl.c @@ -124,7 +124,6 @@ static void render_za(UnitCell *cell, double *ref, unsigned int *c, theta = angle_between(asx, asy, asz, bsx, bsy, bsz); as = modulus(asx, asy, asz) / 1e9; bs = modulus(bsx, bsy, bsz) / 1e9; - STATUS("theta=%f\n", rad2deg(theta)); for ( h=-INDMAX; h<INDMAX; h++ ) { for ( k=-INDMAX; k<INDMAX; k++ ) { |