mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
remove old comments
This commit is contained in:
parent
4b3676a54b
commit
3d53f73006
|
@ -236,7 +236,6 @@ func distributedOperation(volumeId storage.VolumeId, op distributedFunction, wai
|
|||
|
||||
func runVolume(cmd *Command, args []string) bool {
|
||||
fileInfo, err := os.Stat(*volumeFolder)
|
||||
//TODO: now default to 1G, this value should come from server?
|
||||
if err != nil {
|
||||
log.Fatalf("No Existing Folder:%s", *volumeFolder)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue