From c76d8e9cff69e71cbf367689be5b960368c9b921 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 11 Oct 2011 17:47:32 +0200 Subject: process_hkl: Remove old debug --- src/process_hkl.c | 1 - 1 file changed, 1 deletion(-) 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 */ -- cgit v1.2.3