From 809b7a8dda31992247cf0ba18556e39a2d6235ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Fri, 29 May 2020 13:48:10 +0100 Subject: [PATCH] remove forgotten debug print --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 3c3aedb..cd828d1 100644 --- a/main.go +++ b/main.go @@ -624,7 +624,6 @@ func implementedOutsideGo(obj *types.Func) bool { // pointer type. This is useful to obtain "testing.T" from "*testing.T", or to // obtain the type declaration object from an embedded field. func objOf(t types.Type) types.Object { - fmt.Printf("t: %T\n", t) switch t := t.(type) { case *types.Named: return t.Obj()