Drop tracing debug print #438
1 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@ package common
|
|||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"sort"
|
||||
"strings"
|
||||
|
||||
|
@ -48,7 +47,6 @@ func StartClientCommandSpan(cmd *cobra.Command) {
|
|||
|
||||
var components sort.StringSlice
|
||||
for c := cmd; c != nil; c = c.Parent() {
|
||||
fmt.Println(c.Name())
|
||||
components = append(components, c.Name())
|
||||
}
|
||||
for i, j := 0, len(components)-1; i < j; {
|
||||
|
|
Loading…
Add table
Reference in a new issue