mirror of https://bitbucket.org/ausocean/av.git
commenting out things i don't want to run
This commit is contained in:
parent
f96a04ece7
commit
628adee49a
|
@ -126,6 +126,7 @@ func (s *httpSender) load(c *ring.Chunk) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *httpSender) send() error {
|
func (s *httpSender) send() error {
|
||||||
|
/*
|
||||||
if s.chunk == nil {
|
if s.chunk == nil {
|
||||||
// Do not retry with httpSender,
|
// Do not retry with httpSender,
|
||||||
// so just return without error
|
// so just return without error
|
||||||
|
@ -157,6 +158,8 @@ func (s *httpSender) send() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
return s.extractMeta(reply)
|
return s.extractMeta(reply)
|
||||||
|
*/
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// extractMeta looks at a reply at extracts any time or location data - then used
|
// extractMeta looks at a reply at extracts any time or location data - then used
|
||||||
|
|
Loading…
Reference in New Issue