From 434ee1d7088ff883ab50665ccf575d50f0add8e5 Mon Sep 17 00:00:00 2001 From: "Brian S. Dean" Date: Tue, 26 Jul 2005 04:59:50 +0000 Subject: [PATCH] Remove some debug code accidentally left in. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@484 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/stk500v2.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/avrdude/stk500v2.c b/avrdude/stk500v2.c index 859205e7..b6361b98 100644 --- a/avrdude/stk500v2.c +++ b/avrdude/stk500v2.c @@ -238,14 +238,6 @@ retry: // if we got bytes returned, check to see what came back if (status > 0) { if ((resp[0] == CMD_SIGN_ON) && (resp[1] == STATUS_CMD_OK)) { -#if 0 - int i; - fprintf(stderr, "found programmer type: "); - for (i=0; i