Remove a useless log message

This commit is contained in:
joeduffy 2016-11-22 09:36:07 -08:00
parent 9120a12134
commit 728c22bed1

View file

@ -20,8 +20,6 @@ func NewMuCmd() *cobra.Command {
// Ensure the glog library has been initialized, including calling flag.Parse beforehand. Unfortunately,
// this is the only way to control the way glog runs. That includes poking around at flags below.
flag.Parse()
glog.Info("Mu CLI is running")
if logToStderr {
flag.Lookup("logtostderr").Value.Set("true")
}