mirror of
https://github.com/beego/bee.git
synced 2024-11-14 01:30:55 +00:00
Remove unneeded beeLogger.Log.Infof lines.
This commit is contained in:
parent
12a23c9cf5
commit
13d93d5d68
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user