Mise à jour de 'endtoend_test.go'

This commit is contained in:
yves 2022-09-07 14:33:56 +00:00
parent 74e7f7d079
commit 40c88497f0

View File

@ -85,7 +85,6 @@ func TestEndToEnd(t *testing.T) {
if err2 != nil { if err2 != nil {
fmt.Println(err2.Error()) fmt.Println(err2.Error())
} }
fmt.Println("--- NBA myFriend.decryptedMess = ", string(decMess))
// simulates a new server to send a message to // simulates a new server to send a message to
var intS1 client.InternalServer var intS1 client.InternalServer