removed logging traceset

This commit is contained in:
Shreyas Goenka 2023-01-20 16:28:46 +01:00
parent 6be09cfdb6
commit 440bbc3478
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 0 additions and 3 deletions

View File

@ -39,9 +39,6 @@ func (t *tracker) errWithTrace(prefix string) error {
func (t *tracker) hasCycle(golangType reflect.Type) bool {
_, ok := t.seenTypes[golangType]
if ok {
fmt.Println("[DEBUG] traceSet for cycle: ", t.seenTypes)
}
return ok
}