From: travisutk Date: Mon, 29 Aug 2011 12:20:09 +0000 (+0000) Subject: Removed verbose from bluetooth connections. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=3acbab62809f718698ba784e244d1e3446abc8c2;hp=04de1e3bc7c3c2721bbfcae0dd5135dbd2befc80 Removed verbose from bluetooth connections. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1042 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/client/GoodFET.py b/client/GoodFET.py index 395383b..999ac95 100755 --- a/client/GoodFET.py +++ b/client/GoodFET.py @@ -127,7 +127,7 @@ class GoodFET: self.pyserInit(port,timeout,attemptlimit); def btInit(self, port, timeout, attemptlimit): """Open a bluetooth port."""; - self.verbose=True; #For debugging BT. + #self.verbose=True; #For debugging BT. self.serialport=GoodFETbtser(port); def pyserInit(self, port, timeout, attemptlimit):