diff --git a/src/croc/croc.go b/src/croc/croc.go index a31c7af2..d6d7c1b0 100644 --- a/src/croc/croc.go +++ b/src/croc/croc.go @@ -192,8 +192,6 @@ func (c *Client) Receive() (err error) { //}) //fmt.Println(discoveries) //fmt.Println(err) - return nil - return c.transfer(TransferOptions{}) }