Get rid of a debugging printf.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@280 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
f9e17107a4
commit
dda9ea3d3d
|
@ -610,8 +610,6 @@ int main(int argc, char * argv [])
|
|||
exit(1);
|
||||
}
|
||||
|
||||
fprintf(stderr, "programmer type = %s\n", pgm->type);
|
||||
|
||||
if (strcmp(pgm->type, "STK500") == 0) {
|
||||
if (port == default_parallel) {
|
||||
port = default_serial;
|
||||
|
|
Loading…
Reference in New Issue