From: Chris Allegretta Date: Sun, 7 Jan 2001 05:51:28 +0000 (+0000) Subject: Oops, take out my debugging code X-Git-Tag: v0.9.25~6 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3f583165c4590ff94e543270b7a298e3164387fb;p=nano.git Oops, take out my debugging code git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@454 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/files.c b/files.c index 1a1c2eee..c5974174 100644 --- a/files.c +++ b/files.c @@ -502,7 +502,6 @@ int do_writeout(char *path, int exiting) #ifdef NANO_EXTRA static int did_cred = 0; #endif -fprintf(stderr, "answer = %s, path = %s\n", answer, path); answer = mallocstrcpy(answer, path); @@ -533,11 +532,8 @@ fprintf(stderr, "answer = %s, path = %s\n", answer, path); if (tmp != NULL) answer = mallocstrcpy(answer, tmp); - else { -fprintf(stderr, "Answer = %s\n", answer); - + else return do_writeout(answer, exiting); - } } #endif