mirror of
https://github.com/beego/bee.git
synced 2025-07-17 08:02:16 +00:00
Remove unneeded beeLogger.Log.Infof lines.
This commit is contained in:
@@ -362,8 +362,6 @@ func analyseControllerPkg(vendorPath, localName, pkgpath string) {
|
|||||||
} else {
|
} else {
|
||||||
wgopath := filepath.SplitList(gopath)
|
wgopath := filepath.SplitList(gopath)
|
||||||
for _, wg := range wgopath {
|
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))
|
wg, _ = filepath.EvalSymlinks(filepath.Join(wg, "src", pkgpath))
|
||||||
if utils.FileExists(wg) {
|
if utils.FileExists(wg) {
|
||||||
pkgRealpath = wg
|
pkgRealpath = wg
|
||||||
|
Reference in New Issue
Block a user