always require code

This commit is contained in:
Zack Scholl 2018-07-01 19:30:27 -07:00
parent 7f423cda26
commit 551160d601
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ func (c *Croc) Receive(codePhrase string) (err error) {
c.WebsocketAddress = "ws://" + discovered[0].Address + ":8140"
c.isLocal = true
log.Debug(discovered[0].Address)
codePhrase = string(discovered[0].Payload)
// codePhrase = string(discovered[0].Payload)
} else {
log.Debug("but could not connect to ports")
}