Skip to content

Commit 4da170b

Browse files
committed
fixes issue #187. attempt #3
1 parent a13a117 commit 4da170b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

map.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ func isExported(field reflect.StructField) bool {
3232
// The map argument tracks comparisons that have already been seen, which allows
3333
// short circuiting on recursive types.
3434
func deepMap(dst, src reflect.Value, visited map[uintptr]*visit, depth int, config *Config) (err error) {
35-
fmt.Println("In deepMap")
3635
overwrite := config.Overwrite
3736
if dst.CanAddr() {
3837
addr := dst.UnsafeAddr()

0 commit comments

Comments
 (0)