Browse Source

remove a comment

pull/2/head
Chris Lu 11 years ago
parent
commit
5eac4f043a
  1. 1
      go/operation/lookup_volume_id.go

1
go/operation/lookup_volume_id.go

@ -18,7 +18,6 @@ type LookupResult struct {
Error string `json:"error"`
}
//TODO: Add a caching for vid here
func Lookup(server string, vid storage.VolumeId) (*LookupResult, error) {
values := make(url.Values)
values.Add("volumeId", vid.String())

Loading…
Cancel
Save