Remove some debug code accidentally left in.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@484 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
12b9d0a8d7
commit
434ee1d708
|
@ -238,14 +238,6 @@ retry:
|
||||||
// if we got bytes returned, check to see what came back
|
// if we got bytes returned, check to see what came back
|
||||||
if (status > 0) {
|
if (status > 0) {
|
||||||
if ((resp[0] == CMD_SIGN_ON) && (resp[1] == STATUS_CMD_OK)) {
|
if ((resp[0] == CMD_SIGN_ON) && (resp[1] == STATUS_CMD_OK)) {
|
||||||
#if 0
|
|
||||||
int i;
|
|
||||||
fprintf(stderr, "found programmer type: ");
|
|
||||||
for (i=0; i<resp[2]; i++) {
|
|
||||||
fprintf(stderr, "%c", resp[3+i]);
|
|
||||||
}
|
|
||||||
fprintf(stderr, "\n");
|
|
||||||
#endif
|
|
||||||
// success!
|
// success!
|
||||||
return 0;
|
return 0;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue