Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxbat committed Mar 6, 2016
1 parent 99c1b19 commit 6cedaaa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scheduler/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,7 @@ type managesWork interface {
// The MetricManager must be started before it can be used.
func New(opts ...workManagerOption) *scheduler {
s := &scheduler{
tasks: newTaskCollection(),
// logger: log.WithFields(log.Fields{
// "_module": "scheduler",
// }),
tasks: newTaskCollection(),
eventManager: gomit.NewEventController(),
taskWatcherColl: newTaskWatcherCollection(),
}
Expand Down

0 comments on commit 6cedaaa

Please sign in to comment.