From 6211ee575df879ed9b909a5b4eeb0e724cc62fbc Mon Sep 17 00:00:00 2001
From: "Brian S. Dean" <bsd@bsdhome.com>
Date: Mon, 10 Mar 2003 22:58:21 +0000
Subject: [PATCH] Disable debugging printf.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@276 81a1dc3b-b13d-400b-aceb-764788c761c2
---
 avrdude/stk500.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/avrdude/stk500.c b/avrdude/stk500.c
index dfd009ed..2442f37f 100644
--- a/avrdude/stk500.c
+++ b/avrdude/stk500.c
@@ -536,8 +536,10 @@ static int stk500_initialize(PROGRAMMER * pgm, AVRPART * p)
     }
   }
 
+#if 0
   fprintf(stderr, "%s: stk500_initialize(): n_extparms = %d\n", 
           progname, n_extparms);
+#endif
     
   buf[5] = 1; /* polling supported - XXX need this in config file */
   buf[6] = 1; /* programming is self-timed - XXX need in config file */