chg: [main] remove useless log entry

pull/15/head
Jean-Louis Huynen 2020-05-26 16:16:29 +02:00
parent a7032f58ee
commit 0c1cbbbe52
No known key found for this signature in database
GPG Key ID: 64799157F4BD6B93
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ func setReaderWriters(d4 *d4S) bool {
// (case where the reader run out of data)
switch (*d4).dst.w.(type){
case net.Conn:
logger.Println("Reusing previous tcp connection.")
// in this case, it's already set up.
default:
dial := net.Dialer{
Timeout: (*d4).ct,