From a925e35b79d79e6a7b1633d585226890b1fdb2aa Mon Sep 17 00:00:00 2001 From: allen Date: Fri, 11 May 2001 16:56:44 +0000 Subject: Remove debugging statement git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllBase/trunk@56 57bc7290-fb3d-4efd-a9b1-28e84cce6043 --- src/Ell_DBstructure.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Ell_DBstructure.c b/src/Ell_DBstructure.c index 745763b..0dd2e94 100644 --- a/src/Ell_DBstructure.c +++ b/src/Ell_DBstructure.c @@ -255,7 +255,6 @@ int Ell_GetRealKey(CCTK_REAL *value, const char *keychain) { *value=getme->vals.r; retval=0; } - printf("GetReal: %f %f\n",*value,getme->vals.r); return(retval); } -- cgit v1.2.3