summaryrefslogtreecommitdiffstats
path: root/routers/repo/view.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/repo/view.go')
-rw-r--r--routers/repo/view.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/routers/repo/view.go b/routers/repo/view.go
index ee49d4da15..e8b8d1e002 100644
--- a/routers/repo/view.go
+++ b/routers/repo/view.go
@@ -245,11 +245,6 @@ func Home(ctx *context.Context) {
return
}
- setEditorconfigIfExists(ctx)
- if ctx.Written() {
- return
- }
-
var treeNames []string
paths := make([]string, 0, 5)
if len(ctx.Repo.TreePath) > 0 {