From c4745684ecde7688b972e5cad487a217a0dad98f Mon Sep 17 00:00:00 2001 From: Pagran <67878280+pagran@users.noreply.github.com> Date: Tue, 25 Aug 2020 16:32:19 +0300 Subject: [PATCH] Remove debug println --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 497d97e..4131bae 100644 --- a/main.go +++ b/main.go @@ -597,7 +597,6 @@ func isPrivate(path string) bool { return false } } - println(path) if path == "main" || path == "command-line-arguments" || strings.HasPrefix(path, "plugin/unnamed") { // TODO: why don't we see the full package path for main // packages? The linker has it at the top of -importcfg, but not