mirror of
https://github.com/diamondburned/cchat-gtk.git
synced 2024-12-22 12:16:46 +00:00
removed profiling code
This commit is contained in:
parent
d921470f00
commit
279cbff9e4
15
profile.go
15
profile.go
|
@ -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))
|
||||
}()
|
||||
}
|
Loading…
Reference in a new issue