Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do the u.Debug = false in dht_test.go serve a purpose? #430

Closed
jbenet opened this issue Dec 9, 2014 · 2 comments
Closed

do the u.Debug = false in dht_test.go serve a purpose? #430

jbenet opened this issue Dec 9, 2014 · 2 comments
Labels
kind/support A question or request for support

Comments

@jbenet
Copy link
Member

jbenet commented Dec 9, 2014

e.g.

func TestPing(t *testing.T) {
    // t.Skip("skipping test to debug another")
    ctx := context.Background()
    u.Debug = false
    addrA, err := ma.NewMultiaddr("/ip4/127.0.0.1/tcp/2222")
    if err != nil {
        t.Fatal(err)
    }
@jbenet jbenet added the kind/support A question or request for support label Dec 9, 2014
@whyrusleeping
Copy link
Member

No. Thats leftover from an age lost into the depths of time, when u.Debug controlled our logging output.

@jbenet
Copy link
Member Author

jbenet commented Dec 17, 2014

cleaned up in #443

@jbenet jbenet closed this as completed Dec 17, 2014
@aschmahmann aschmahmann mentioned this issue Feb 18, 2021
73 tasks
ariescodescream pushed a commit to ariescodescream/go-ipfs that referenced this issue Oct 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support A question or request for support
Projects
None yet
Development

No branches or pull requests

2 participants