Remove hello message from the serveR
This commit is contained in:
parent
0e83426f2f
commit
e37037cf7f
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue