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

Commit

Permalink
remove in memory stats
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan authored and Stefan Prodan committed May 13, 2017
1 parent c11cc9d commit 464c68a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func main() {
signal.Notify(sigChan, syscall.SIGINT, syscall.SIGTERM)
sig := <-sigChan

logrus.Infof("Shuting down %v signal received", sig)
logrus.Infof("Shutting down %v signal received", sig)
}

func setLogLevel(levelName string) {
Expand Down
43 changes: 0 additions & 43 deletions scheduler/stats.go

This file was deleted.

0 comments on commit 464c68a

Please sign in to comment.