Skip to content

Commit

Permalink
Merge pull request #7 from marclennox/master
Browse files Browse the repository at this point in the history
Remove unnecessary log messages
  • Loading branch information
mhenrixon committed Dec 18, 2012
2 parents ea06539 + ff2cc4a commit 5988414
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/sidekiq-unique-jobs/middleware/server/unique_jobs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ module Middleware
module Server
class UniqueJobs
def call(*args)
logger.info("About to process a job with args #{args.inspect}")
yield
logger.info("Done processing a job with args #{args.inspect}")
ensure
item = args[1]
md5_arguments = {:class => item['class'], :queue => item['queue'], :args => item['args']}
Expand Down

0 comments on commit 5988414

Please sign in to comment.