Removing commentted line

This commit is contained in:
deadprogram 2013-10-22 18:53:53 -07:00
parent 375c70c1ac
commit ce154f8d25
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ module.exports = class Robot
start: ->
@startConnections()
@startDevices()
#eval("var myled = 'hi';")
@work.bind(self)(self)
startConnections: ->