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:
Brian S. Dean 2003-03-12 00:06:45 +00:00
parent f9e17107a4
commit dda9ea3d3d
1 changed files with 0 additions and 2 deletions

View File

@ -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;