Skip to content

Commit

Permalink
chore(quality): cleanup extraneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Apr 30, 2017
1 parent 2f0032d commit 20ccaed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daemon/service_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func (s *ServiceManager) removeServiceMonitor() {
}
}

// Stop a Service and returns the exit status.
// Stop a Service and returns the exit status.
func (s *ServiceManager) Stop(pid int) (bool, error) {
log.Println("[DEBUG] stopping service with pid", pid)
Expand Down

0 comments on commit 20ccaed

Please sign in to comment.