Skip to content

Commit

Permalink
Remove Gearup.start.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcobb committed Apr 15, 2012
1 parent b0de1f1 commit 5d2266a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/gearup.rb
Expand Up @@ -23,10 +23,6 @@ def self.run_from_file(file)
puts "=> Abilities:"
puts " - #{worker.abilities.join("\n - ")}"

start(worker)
end

def self.start(worker)
if configuration[:daemonize]
daemonize
else
Expand Down

0 comments on commit 5d2266a

Please sign in to comment.