summaryrefslogtreecommitdiffstats
path: root/api/deprecated.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/deprecated.go')
-rw-r--r--api/deprecated.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/api/deprecated.go b/api/deprecated.go
deleted file mode 100644
index f62af84de..000000000
--- a/api/deprecated.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
-// See License.txt for license information.
-
-package api
-
-import (
- l4g "github.com/alecthomas/log4go"
- "github.com/mattermost/mattermost-server/utils"
-)
-
-// ONLY FOR APIs SCHEDULED TO BE DEPRECATED
-
-func (api *API) InitDeprecated() {
- l4g.Debug(utils.T("api.deprecated.init.debug"))
-}