diff options
author | Thomas White <taw@physics.org> | 2011-10-11 17:47:32 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:39 +0100 |
commit | c76d8e9cff69e71cbf367689be5b960368c9b921 (patch) | |
tree | be4ffbff4ff23d83a991b3d950a8ed5c8578749a | |
parent | dffe82f6c5f7283abef6f0979f10045094b1eab9 (diff) |
process_hkl: Remove old debug
-rw-r--r-- | src/process_hkl.c | 1 |
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 */ |