diff --git a/head.go b/head.go index 328a8e564..d1b9a9200 100644 --- a/head.go +++ b/head.go @@ -34,10 +34,6 @@ var ( ErrOutOfBounds = errors.New("out of bounds") ) -// func init() { -// deadlock.Opts.OnPotentialDeadlock = func() { fmt.Println("found deadlock") } -// } - // headBlock handles reads and writes of time series data within a time window. type headBlock struct { mtx sync.RWMutex