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

Commit

Permalink
Removes commented out code from scheduler.go
Browse files Browse the repository at this point in the history
  • Loading branch information
croseborough committed Nov 1, 2016
1 parent d9b23fa commit 5cd4a8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scheduler/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ func (s *scheduler) startTask(id, source string) []serror.SnapError {
var subbedDeps []string
for k := range depGroups {
var errs []serror.SnapError
// cps := returnCorePlugin(depGroups[k].subscribedPlugins)
mgr, err := t.RemoteManagers.Get(k)
if err != nil {
errs = append(errs, serror.New(err))
Expand Down

0 comments on commit 5cd4a8b

Please sign in to comment.