summaryrefslogtreecommitdiff
path: root/src/main/Groups.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Groups.c')
-rw-r--r--src/main/Groups.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/Groups.c b/src/main/Groups.c
index f6f1a659..a017641f 100644
--- a/src/main/Groups.c
+++ b/src/main/Groups.c
@@ -297,8 +297,6 @@ int CCTKi_ParseStaggerString(int dim,
sprintf(hs,"%s",stype);
}
- printf("PARSE: %d %s %s \n",dim, stype,hs);
-
for (i=0;i<dim;i++) {
switch (hs[i])
@@ -360,9 +358,7 @@ int CCTKi_CreateGroup(const char *gname, const char *thorn, const char *imp,
retval = 0;
/* get the staggercode */
- /*$printf("Calling Stagger \n");$*/
staggercode = CCTKi_ParseStaggerString(dimension, imp, gname, stype);
- printf("CG: sc: %d %s \n",staggercode,stype);
/* Allocate storage for the group */
groupscope = CCTK_GroupScopeNumber(gscope);