Explorar el Código

Merge pull request #2822 from xiang90/rm_log

etcdserver: remove unnecessary around detect datadir
Xiang Li hace 10 años
padre
commit
19ab1cb2a9
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      etcdserver/storage.go

+ 0 - 1
etcdserver/storage.go

@@ -127,7 +127,6 @@ func upgradeDataDir(baseDataDir string, name string, ver version.DataDirVersion)
 	case version.DataDir2_0_1:
 		fallthrough
 	default:
-		log.Printf("etcdserver: datadir is valid for the 2.0.1 format")
 	}
 	return nil
 }