diff --git a/test/e2e/framework/helpers/chat/chat.go b/test/e2e/framework/helpers/chat/chat.go index cd39a75d8..7110d4c79 100644 --- a/test/e2e/framework/helpers/chat/chat.go +++ b/test/e2e/framework/helpers/chat/chat.go @@ -165,4 +165,3 @@ func startProcess(cmdPath string) { fmt.Printf("Failed to start process %s: %v\n", cmdPath, err) } } -