remove deprecated log

This commit is contained in:
lealife
2017-11-30 18:46:30 +08:00
parent c6937fd184
commit 094d18be46
16 changed files with 44 additions and 52 deletions

View File

@ -3,7 +3,7 @@ package route
import (
"github.com/leanote/leanote/app/db"
"github.com/revel/revel"
. "github.com/leanote/leanote/app/lea"
// . "github.com/leanote/leanote/app/lea"
"net/url"
"strings"
)
@ -25,7 +25,7 @@ func RouterFilter(c *revel.Controller, fc []revel.Filter) {
return
}
Log("---------" + route.Action + " " + path)
// Log("---------" + route.Action + " " + path)
// The route may want to explicitly return a 404.
if route.Action == "404" {