From c3a685553d644b5a18d0fb13b6cc2540651ceba4 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Wed, 25 Mar 2020 10:19:19 +0000 Subject: [PATCH] Remove stackimpact integration --- main.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/main.go b/main.go index 145f2d0d..e001694d 100644 --- a/main.go +++ b/main.go @@ -22,8 +22,6 @@ import ( "github.com/pkg/profile" "github.com/abcum/surreal/cli" - - "github.com/stackimpact/stackimpact-go" ) func main() { @@ -37,11 +35,6 @@ func main() { defer profile.Start(profile.BlockProfile, profile.ProfilePath("."), profile.NoShutdownHook).Stop() } - stackimpact.Start(stackimpact.Options{ - AgentKey: "3326cc7b7c7de70cf2a29f8320c42c31149f39da", - AppName: "Surreal", - }) - runtime.GOMAXPROCS(runtime.NumCPU()) cli.Init()