From ba44bf7c81c1988cdaab10f7cae73758d7d1ef7e Mon Sep 17 00:00:00 2001 From: rigelrozanski Date: Thu, 31 May 2018 18:54:14 -0700 Subject: [PATCH] rm debug output --- cmd/gaia/cli_test/cli_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/gaia/cli_test/cli_test.go b/cmd/gaia/cli_test/cli_test.go index 9c42d5cf2..8fa0ad71e 100644 --- a/cmd/gaia/cli_test/cli_test.go +++ b/cmd/gaia/cli_test/cli_test.go @@ -21,7 +21,6 @@ import ( ) func TestGaiaCLISend(t *testing.T) { - fmt.Println("wackydebugoutput TestGaiaCLISend 0") tests.ExecuteT(t, "gaiad unsafe_reset_all") pass := "1234567890" @@ -51,8 +50,6 @@ func TestGaiaCLISend(t *testing.T) { assert.Equal(t, int64(50), fooAcc.GetCoins().AmountOf("steak")) executeWrite(t, fmt.Sprintf("gaiacli send %v --amount=10steak --to=%v --name=foo", flags, barCech), pass) - fmt.Println("wackydebugoutput TestGaiaCLISend 1") - fmt.Println("wackydebugoutput TestGaiaCLISend 2") time.Sleep(time.Second * 2) // waiting for some blocks to pass barAcc := executeGetAccount(t, fmt.Sprintf("gaiacli account %v %v", barCech, flags))