From ba803ed3aad293ea59c4be11f0cbccdf3f34b1b7 Mon Sep 17 00:00:00 2001 From: Lev Walkin <vlm@lionet.info> Date: Mon, 16 Aug 2004 07:01:54 +0000 Subject: [PATCH] removed debugging --- libasn1compiler/asn1c_compat.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libasn1compiler/asn1c_compat.c b/libasn1compiler/asn1c_compat.c index 3d8280a0..44ba3e60 100644 --- a/libasn1compiler/asn1c_compat.c +++ b/libasn1compiler/asn1c_compat.c @@ -54,7 +54,6 @@ a1c_dirname(const char *path) { /* One-pass determination of the last char of the pathname */ for(pend = path; ; pend++) { - printf("-%c", *pend); switch(*pend) { case '\0': break; case '/': @@ -69,7 +68,6 @@ a1c_dirname(const char *path) { } break; } - printf("\n"); if(last <= path) { strcpy(strbuf, *path == '/' ? "/" : "."); -- GitLab