summaryrefslogtreecommitdiff
path: root/src/comm
diff options
context:
space:
mode:
Diffstat (limited to 'src/comm')
-rw-r--r--src/comm/Reduction.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/comm/Reduction.c b/src/comm/Reduction.c
index 5461f90c..999290d7 100644
--- a/src/comm/Reduction.c
+++ b/src/comm/Reduction.c
@@ -470,8 +470,9 @@ int CCTK_RegisterReductionArrayOperator
/* Remember how many reduction operators there are */
num_reductions_array++;
- printf ("\n registering handle %s with handle %d \n", name, handle);
- }
+
+ /* printf ("\n registering handle %s with handle %d \n", name, handle); */
+ }
else
{
/* Reduction operator with this name already exists. */