From 3acbab62809f718698ba784e244d1e3446abc8c2 Mon Sep 17 00:00:00 2001 From: travisutk Date: Mon, 29 Aug 2011 12:20:09 +0000 Subject: [PATCH] Removed verbose from bluetooth connections. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1042 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/GoodFET.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.20.1