Remove Travis debug output.

This commit is contained in:
Michael Kessler 2011-09-24 12:14:59 +02:00
parent 1571292ba7
commit e9eaa39e4d

View File

@ -5,7 +5,6 @@ private
end
def start
puts "ST #{sleep_time}"
sleep(sleep_time)
@listener.update_last_event
Thread.new { @listener.start }