ident: remove leftover debug log

This commit is contained in:
Simon Ser 2020-08-18 17:57:12 +02:00
parent 54efb1cab4
commit ca40e79855
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

View file

@ -58,7 +58,6 @@ func (s *Identd) Store(remoteAddr, localAddr, ident string) {
if err != nil {
return
}
fmt.Println(remoteAddr, localAddr, ident)
s.lock.Lock()
s.entries[*k] = ident
s.lock.Unlock()