From a8693d9b21905fead0f73de647a6a12995057870 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Thu, 16 Jan 2003 20:04:18 +0000 Subject: [PATCH] Removed test print statement. --- t/src/standalone.c | 1 - 1 file changed, 1 deletion(-) diff --git a/t/src/standalone.c b/t/src/standalone.c index 4c4cd1f..76d8f14 100644 --- a/t/src/standalone.c +++ b/t/src/standalone.c @@ -78,7 +78,6 @@ Gedcom_ctxt family_start(Gedcom_rec rec, int level, Gedcom_val xref, char *tag, struct xref_value *xr = GEDCOM_XREF_PTR(xref); output(1, "Family start, xref is %s\n", xr->string); if (family_nr < MAXFAMILY) { - printf("%d\n", family_nr); strcpy(family_xreftags[family_nr], xr->string); } xr->object = (Gedcom_ctxt)int_to_void_ptr(family_nr); -- 2.30.2