removed profiling code

This commit is contained in:
diamondburned 2020-11-05 20:05:51 -08:00
parent d921470f00
commit 279cbff9e4
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
// Code generated by goprofiler. DO NOT EDIT.
package main
import (
"net/http"
_ "net/http/pprof"
)
func init() {
go func() {
println("Serving HTTP at 127.0.0.1:48574 for profiler at /debug/pprof")
panic(http.ListenAndServe("127.0.0.1:48574", nil))
}()
}