summaryrefslogtreecommitdiff
path: root/Host
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-07-11 08:00:59 +0800
committerTat-Chee Wan (USM)2011-07-11 08:00:59 +0800
commit811650695764fd5da07fc950f6071be84f27c32f (patch)
tree69e4b34fe34d9b1540d025d06373887ca6ad5665 /Host
parent7d8f3895e29f9659d2974dfa285bb594aeef1fa0 (diff)
remove commented out code
Diffstat (limited to 'Host')
-rwxr-xr-xHost/nxt-gdb-server.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Host/nxt-gdb-server.py b/Host/nxt-gdb-server.py
index c1cf083..fea3d9e 100755
--- a/Host/nxt-gdb-server.py
+++ b/Host/nxt-gdb-server.py
@@ -156,9 +156,6 @@ class NXTGDBServer:
s.setsockopt (socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
s.bind (('', self.port))
s.listen (1)
- ## Open connection to the NXT brick.
- #brick = nxt.locator.find_one_brick ()
- #brick.sock.debug = DEBUG
print "Waiting for GDB connection on port %s..." % self.port
while True:
# Wait for a connection.