Remove debugging printf.

Update manual to reflect the new -U option.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@342 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Brian S. Dean
2003-08-24 18:05:46 +00:00
parent 0d61a7e3f7
commit 96b8604351
2 changed files with 56 additions and 17 deletions

View File

@@ -1380,8 +1380,6 @@ int main(int argc, char * argv [])
for (ln=lfirst(updates); ln; ln=lnext(ln)) {
upd = ldata(ln);
fprintf(stderr, "%s: performing op: %d, %s, %d, %s\n",
progname, upd->op, upd->memtype, upd->format, upd->filename);
rc = do_op(pgm, p, upd, nowrite, verify);
if (rc) {
exitrc = 1;