Remove commented line
This commit is contained in:
parent
dc4d3caa6c
commit
b9165fa09c
|
@ -8,7 +8,6 @@ Cylon.robot
|
|||
name: 'sphero', driver: 'sphero'
|
||||
|
||||
work: (me) ->
|
||||
#every 1.second(), -> Logger.info 'hi'
|
||||
every 1.second(), -> me.sphero.roll(60, Math.floor(Math.random() * 360), 1)
|
||||
|
||||
.start()
|
||||
|
|
Loading…
Reference in New Issue