remove old comments

This commit is contained in:
Chris Lu 2012-09-26 10:55:09 -07:00
parent 4b3676a54b
commit 3d53f73006

View file

@ -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)
}