Remove probe and tasker. (#1733)

Fixes #1717
This commit is contained in:
Harshavardhana
2016-05-24 18:43:33 -07:00
committed by Anand Babu (AB) Periasamy
parent b48b2e7f7c
commit 64b0976e1b
11 changed files with 27 additions and 772 deletions

View File

@@ -24,7 +24,6 @@ import (
"github.com/minio/cli"
"github.com/minio/mc/pkg/console"
"github.com/minio/minio/pkg/probe"
"github.com/pkg/profile"
)
@@ -154,10 +153,6 @@ func mustGetProfilePath() string {
}
func main() {
probe.Init() // Set project's root source path.
probe.SetAppInfo("Release-Tag", minioReleaseTag)
probe.SetAppInfo("Commit-ID", minioShortCommitID)
app := registerApp()
app.Before = func(c *cli.Context) error {
// Sets new config folder.