aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/render_hkl.c1
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++ ) {