From 5cf45d21559eb4f8c69f57e9d50bcd4d00b9d430 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 20 Nov 2017 11:57:45 -0600 Subject: refactor template code (#7860) --- cmd/platform/user.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'cmd/platform') diff --git a/cmd/platform/user.go b/cmd/platform/user.go index ea654f89f..e5e068023 100644 --- a/cmd/platform/user.go +++ b/cmd/platform/user.go @@ -8,7 +8,6 @@ import ( "github.com/mattermost/mattermost-server/app" "github.com/mattermost/mattermost-server/model" - "github.com/mattermost/mattermost-server/utils" "github.com/spf13/cobra" ) @@ -260,8 +259,6 @@ func userInviteCmdF(cmd *cobra.Command, args []string) error { return err } - utils.InitHTML() - if len(args) < 2 { return errors.New("Expected at least two arguments. See help text for details.") } -- cgit v1.2.3-1-g7c22