Remove unneeded beeLogger.Log.Infof lines.

This commit is contained in:
Gero Nimo 2017-04-05 16:22:17 -03:00
parent 12a23c9cf5
commit 13d93d5d68
1 changed files with 0 additions and 2 deletions

View File

@ -362,8 +362,6 @@ func analyseControllerPkg(vendorPath, localName, pkgpath string) {
} else {
wgopath := filepath.SplitList(gopath)
for _, wg := range wgopath {
beeLogger.Log.Infof("wg := range wgopath => %s", wg)
beeLogger.Log.Infof("filepath.EvalSymlinks => %s", filepath.Join(wg, "src", pkgpath))
wg, _ = filepath.EvalSymlinks(filepath.Join(wg, "src", pkgpath))
if utils.FileExists(wg) {
pkgRealpath = wg