Remove pyroscope

This commit is contained in:
Abhishek Pandey 2023-10-06 16:55:43 +05:30
parent 61f96e17be
commit 97953f76db

View File

@ -2,10 +2,10 @@ package main
import (
"github.com/alcionai/corso/src/cli"
prof "github.com/alcionai/corso/src/internal/profile"
//prof "github.com/alcionai/corso/src/internal/profile"
)
func main() {
prof.Profiler()
//prof.Profiler()
cli.Handle()
}