summaryrefslogtreecommitdiffstats
path: root/api/deprecated.go
blob: 739b6658c7725d0027aa9067f59f4ac07c85e625 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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 InitDeprecated() {
	l4g.Debug(utils.T("api.deprecated.init.debug"))
}