Skip to content

Commit 036ed43

Browse files
committed
remove debug info
1 parent 0779b0d commit 036ed43

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/binance-proxy/service/depth.go

-2
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,6 @@ func (s *DepthSrv) convertDepth() {
332332
s.rw.Lock()
333333
defer s.rw.Unlock()
334334

335-
log.Debug("ok")
336-
337335
s.depth = depth
338336
}
339337

0 commit comments

Comments
 (0)