summaryrefslogtreecommitdiffstats
path: root/cmd/commands/user.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/commands/user.go')
-rw-r--r--cmd/commands/user.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/commands/user.go b/cmd/commands/user.go
index 96e8698e5..da3fb454b 100644
--- a/cmd/commands/user.go
+++ b/cmd/commands/user.go
@@ -9,7 +9,6 @@ import (
"fmt"
"io/ioutil"
- l4g "github.com/alecthomas/log4go"
"github.com/mattermost/mattermost-server/app"
"github.com/mattermost/mattermost-server/cmd"
"github.com/mattermost/mattermost-server/model"
@@ -644,7 +643,7 @@ func migrateAuthToSamlCmdF(command *cobra.Command, args []string) error {
if err := migrate.MigrateToSaml(fromAuth, matches, autoFlag, dryRunFlag); err != nil {
return errors.New("Error while migrating users: " + err.Error())
}
- l4g.Close()
+
cmd.CommandPrettyPrintln("Successfully migrated accounts.")
}