aboutsummaryrefslogtreecommitdiff
path: root/src/utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.cc')
-rw-r--r--src/utils.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils.cc b/src/utils.cc
index 00c4752..746c599 100644
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -231,7 +231,6 @@ void Multipole_Integrate(int array_size, int nthetap,
// Construct an array for the real integrand
if (!allocated_memory)
{
- printf("Multipole: Allocating memory for integrand\n");
fr = new CCTK_REAL[array_size];
fi = new CCTK_REAL[array_size];
allocated_memory = true;