diff --git a/exchanges/binance/binance_test.go b/exchanges/binance/binance_test.go index e1df809e9ed..81118590a66 100644 --- a/exchanges/binance/binance_test.go +++ b/exchanges/binance/binance_test.go @@ -2422,10 +2422,6 @@ func TestGenerateSubscriptions(t *testing.T) { assert.NoError(t, err, "GenerateSubscriptions should not error") if assert.Len(t, subs, len(expected), "Should have the correct number of subs") { assert.ElementsMatch(t, subs, expected, "Should get the correct subscriptions") - } else { - for _, s := range subs { - t.Log(s.String()) - } } }