good morning!!!!

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

remove debug prunt

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