mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-13 17:34:56 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user