From 91b8c14464a1a26300141ac97ae268118ca29a0c Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Sun, 21 Jan 2018 14:52:57 -0800 Subject: [PATCH] comment out testing echo bot till its updated to new downstream ricochet changes --- goRicochetMobile.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/goRicochetMobile.go b/goRicochetMobile.go index 8710a50..0694942 100644 --- a/goRicochetMobile.go +++ b/goRicochetMobile.go @@ -1,11 +1,9 @@ package goRicochetMobile import ( - "github.com/s-rah/go-ricochet/application" "github.com/s-rah/go-ricochet/utils" "log" "net/http" - "time" "github.com/yawning/bulb/utils/pkcs1" "crypto/rsa" "github.com/ricochet-im/ricochet-go/core/config" @@ -76,6 +74,8 @@ func TestNet() (ok bool, ex error) { return true, nil } +// TODO: update EchoBot test +/* func EchoBot(privateKeyData string) { privateKey, err := utils.ParsePrivateKey([]byte(privateKeyData)) if err != nil { @@ -97,4 +97,4 @@ func EchoBot(privateKeyData string) { }) log.Printf("echobot started on %s", l.Addr().String()) echobot.Run(l) -} \ No newline at end of file +}*/ \ No newline at end of file