Commit 3f583165 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Oops, take out my debugging code

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@454 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent e1ebaf38
No related merge requests found
Showing with 1 addition and 5 deletions
+1 -5
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment