mirror of https://github.com/databricks/cli.git
removed logging traceset
This commit is contained in:
parent
6be09cfdb6
commit
440bbc3478
|
@ -39,9 +39,6 @@ func (t *tracker) errWithTrace(prefix string) error {
|
||||||
|
|
||||||
func (t *tracker) hasCycle(golangType reflect.Type) bool {
|
func (t *tracker) hasCycle(golangType reflect.Type) bool {
|
||||||
_, ok := t.seenTypes[golangType]
|
_, ok := t.seenTypes[golangType]
|
||||||
if ok {
|
|
||||||
fmt.Println("[DEBUG] traceSet for cycle: ", t.seenTypes)
|
|
||||||
}
|
|
||||||
return ok
|
return ok
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue