summaryrefslogtreecommitdiff
path: root/plugins/rpc/tests/plugin2.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-05 15:45:18 +0300
committerValery Piashchynski <[email protected]>2020-11-05 15:45:18 +0300
commitbca69d968ef76a6260956bc169cb07996fbb7724 (patch)
treebcca677f40d0dd19da5095bfe8dc5c6bacf64566 /plugins/rpc/tests/plugin2.go
parent3a0a0190ed130e72ebc150bbb3e3c1582f22dd16 (diff)
App test
Diffstat (limited to 'plugins/rpc/tests/plugin2.go')
-rw-r--r--plugins/rpc/tests/plugin2.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/rpc/tests/plugin2.go b/plugins/rpc/tests/plugin2.go
index 2a0ae1a8..854bf097 100644
--- a/plugins/rpc/tests/plugin2.go
+++ b/plugins/rpc/tests/plugin2.go
@@ -1,7 +1,6 @@
package tests
import (
- "fmt"
"net"
"net/rpc"
"time"
@@ -38,8 +37,6 @@ func (p2 *Plugin2) Serve() chan error {
errCh <- err
return
}
- fmt.Println("--------------")
- fmt.Println(ret)
if ret != "Hello, username: Valery" {
errCh <- errors.E("wrong response")
return