Remove commented line

This commit is contained in:
deadprogram 2013-10-24 00:27:01 -07:00
parent dc4d3caa6c
commit b9165fa09c
1 changed files with 0 additions and 1 deletions

View File

@ -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()