summaryrefslogtreecommitdiffstats
path: root/api/context.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/context.go')
-rw-r--r--api/context.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/context.go b/api/context.go
index 4f47271e2..34a87e633 100644
--- a/api/context.go
+++ b/api/context.go
@@ -455,7 +455,6 @@ func IsApiCall(r *http.Request) bool {
func Handle404(w http.ResponseWriter, r *http.Request) {
err := model.NewAppError("Handle404", "api.context.404.app_error", nil, "", http.StatusNotFound)
- err.Translate(utils.T)
l4g.Debug("%v: code=404 ip=%v", r.URL.Path, utils.GetIpAddress(r))