Suppression des print innutiles

This commit is contained in:
Benjamin
2022-03-20 15:32:45 +01:00
parent 52032b5676
commit ca9dd538e3
6 changed files with 4 additions and 22 deletions

View File

@@ -23,7 +23,7 @@ func (server ServerUnicast) Run() {
// Attente connexion du FileFrontEnd
con, err := listen.Accept()
print("connection ok")
print("Connecté au FFE")
if err != nil {
fmt.Printf("Error while accepting client : %s\n", err)