aboutsummaryrefslogtreecommitdiff
path: root/src/process_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-10-11 17:47:32 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:39 +0100
commitc76d8e9cff69e71cbf367689be5b960368c9b921 (patch)
treebe4ffbff4ff23d83a991b3d950a8ed5c8578749a /src/process_hkl.c
parentdffe82f6c5f7283abef6f0979f10045094b1eab9 (diff)
process_hkl: Remove old debug
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r--src/process_hkl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c
index d34ea60a..0d33cf02 100644
--- a/src/process_hkl.c
+++ b/src/process_hkl.c
@@ -521,7 +521,6 @@ int main(int argc, char *argv[])
if ( sym_str == NULL ) sym_str = strdup("1");
sym = get_pointgroup(sym_str);
- STATUS("%s -> %p\n", sym_str, sym);
free(sym_str);
/* Open the data stream */