aboutsummaryrefslogtreecommitdiff
path: root/src/get_offset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/get_offset.c')
-rw-r--r--src/get_offset.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/get_offset.c b/src/get_offset.c
index a3b8b90..da94d0e 100644
--- a/src/get_offset.c
+++ b/src/get_offset.c
@@ -77,9 +77,6 @@ void get_lsh_iranges ( const CCTK_POINTER_TO_CONST cctkGH_,
*jmax = cctk_lsh[1] - ((cctk_bbox[3]) ? offset[3] : cctk_nghostzones[1] );
*kmax = cctk_lsh[2] - ((cctk_bbox[5]) ? offset[5] : cctk_nghostzones[2] );
- /*** debug ***/
- CCTK_VInfo (CCTK_THORNSTRING, "imn-kmx = {%d, %d, %d, %d, %d, %d}",
- *imin, *imax, *jmin, *jmax, *kmin, *kmax);
}