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:
bdean 2003-03-12 00:06:45 +00:00
parent e87bd8db17
commit ee96643119
1 changed files with 0 additions and 2 deletions

2
main.c
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;