remove a comment

This commit is contained in:
Chris Lu 2013-11-12 02:16:07 -08:00
parent 0702eee3b1
commit 5eac4f043a

View file

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