take out the comments

This commit is contained in:
Tyranja 2015-01-23 14:54:49 +01:00
parent d7ee8b4d3b
commit 1bbddee17d

View File

@ -10,11 +10,7 @@ module Travis
sidekiq_options queue: :build_cancellations
def perform(data)
p "#######################"
p data
user = User.find(data['user_id'])
test = { id: data['id'], source: data['source'] }
p test
Travis.service(:cancel_build, user, { id: data['id'], source: data['source'] }).run
end