Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Update server.py
Browse files Browse the repository at this point in the history
remove the unneeded line
  • Loading branch information
awbrown90 authored Sep 1, 2017
1 parent 7c82335 commit cfed9b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ros/src/styx/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
@sio.on('connect')
def connect(sid, environ):
print("connect ", sid)
bridge.publish_dbw_status(False)

def send(topic, data):
s = 1
Expand Down

0 comments on commit cfed9b7

Please sign in to comment.