Remove hello message from the serveR

This commit is contained in:
Denis-Cosmin Nutiu 2017-11-23 10:15:51 +02:00
parent 0e83426f2f
commit e37037cf7f

View file

@ -60,8 +60,6 @@ func HandleConnection(client Client) {
}
}()
io.WriteString(client.Connection(), "Hello and welcome to simple ftp\n")
log.Println(client.Connection().RemoteAddr(), "has connected.")
// Process input