Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove debug output.
  • Loading branch information
tobias committed Jun 26, 2015
1 parent 673c1e2 commit 85c47e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scheduling/src/immutant/scheduling.clj
Expand Up @@ -111,8 +111,7 @@
(not (:id opts)))
(iu/warn "Singleton job scheduled in a cluster without an :id - job won't really be a singleton. See docs for immutant.scheduling/schedule."))
(.schedule scheduler (name id) f
(doto (o/extract-options opts Scheduling$ScheduleOption)
println))
(o/extract-options opts Scheduling$ScheduleOption))
(-> opts
(update-in [:ids scheduler] conj id)
(assoc :id id))))
Expand Down

0 comments on commit 85c47e0

Please sign in to comment.