From bff86ab2d4e471fa7b4db9df5da10a07d27fc6ca Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 18 Aug 2004 16:02:20 +0000 Subject: Comment out debug message about registration of new reduction ops. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3844 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/comm/Reduction.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/comm') 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. */ -- cgit v1.2.3