File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 17
17
18
18
import { StatusObject } from './call-interface' ;
19
19
import { Metadata } from './metadata' ;
20
- import { LogVerbosity , Status } from './constants' ;
20
+ import { Status } from './constants' ;
21
21
import { LoadBalancer } from './load-balancer' ;
22
22
import { SubchannelInterface } from './subchannel-interface' ;
23
- import { trace } from './logging' ;
24
23
25
24
export enum PickResultType {
26
25
COMPLETE ,
@@ -135,12 +134,6 @@ export class QueuePicker {
135
134
) { }
136
135
137
136
pick ( pickArgs : PickArgs ) : PickResult {
138
- trace (
139
- LogVerbosity . DEBUG ,
140
- 'picker' ,
141
- 'Queue picker called for load balancer of type ' +
142
- this . loadBalancer . constructor . name
143
- ) ;
144
137
if ( ! this . calledExitIdle ) {
145
138
process . nextTick ( ( ) => {
146
139
this . loadBalancer . exitIdle ( ) ;
You can’t perform that action at this time.
0 commit comments