Skip to content

Commit

Permalink
remove debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
cap10morgan committed Aug 20, 2012
1 parent cd07ab2 commit 33b76d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/whenever/job_list.rb
Expand Up @@ -3,7 +3,6 @@ class JobList
attr_reader :server_roles

def initialize(options)
puts "JobList options: #{options}"
@jobs, @env, @set_variables, @pre_set_variables = {}, {}, {}, {}

if options.is_a? String
Expand Down Expand Up @@ -138,7 +137,6 @@ def cron_jobs
next unless output_all || server_roles.any? do |r|
job.has_server_role?(r)
end
puts "Job: #{job.inspect}"
Whenever::Output::Cron.output(time, job) do |cron|
cron << "\n\n"

Expand Down

0 comments on commit 33b76d0

Please sign in to comment.