1
0
mirror of https://github.com/beego/bee.git synced 2024-06-01 19:33:28 +00:00

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

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