aboutsummaryrefslogtreecommitdiff
path: root/src/Ell_DBstructure.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ell_DBstructure.c')
-rw-r--r--src/Ell_DBstructure.c1
1 files changed, 0 insertions, 1 deletions
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);
}