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