summaryrefslogtreecommitdiffstats
path: root/store/sqlstore/preference_store.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/sqlstore/preference_store.go')
-rw-r--r--store/sqlstore/preference_store.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/store/sqlstore/preference_store.go b/store/sqlstore/preference_store.go
index a97c3aea7..791b51d2f 100644
--- a/store/sqlstore/preference_store.go
+++ b/store/sqlstore/preference_store.go
@@ -11,7 +11,6 @@ import (
"github.com/mattermost/mattermost-server/model"
"github.com/mattermost/mattermost-server/store"
- "github.com/mattermost/mattermost-server/utils"
)
type SqlPreferenceStore struct {
@@ -39,7 +38,7 @@ func (s SqlPreferenceStore) CreateIndexesIfNotExists() {
}
func (s SqlPreferenceStore) DeleteUnusedFeatures() {
- l4g.Debug(utils.T("store.sql_preference.delete_unused_features.debug"))
+ l4g.Debug("Deleting any unused pre-release features")
sql := `DELETE
FROM Preferences