mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user