good morning!!!!

Skip to content
Snippets Groups Projects
Verified Commit f4c39c60 authored by a's avatar a
Browse files

remove debug prunt

parent 7727c4ef
No related branches found
No related tags found
Loading
Pipeline #54675 failed
......@@ -3,7 +3,6 @@ package server
import (
"context"
"encoding/json"
"log"
"net/http"
"sync"
......@@ -55,7 +54,6 @@ func (s *Server) ServeCodec(ctx context.Context, remote jsonrpc.ReaderWriter) er
batches := make(chan serverutil.Bundle, 1)
go func() {
defer func() {
log.Println("exiting")
close(batches)
}()
for {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment