summaryrefslogtreecommitdiffstats
path: root/routers/dashboard.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/dashboard.go')
-rw-r--r--routers/dashboard.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/routers/dashboard.go b/routers/dashboard.go
index 12635412ad..2c81cf23c1 100644
--- a/routers/dashboard.go
+++ b/routers/dashboard.go
@@ -11,11 +11,6 @@ import (
)
func Home(ctx *middleware.Context) {
- if ctx.Query("go-get") == "1" {
- ctx.Write(base.GetGoGetMetaList())
- return
- }
-
if ctx.IsSigned {
user.Dashboard(ctx)
return