Commit 6e5217fd authored by Konstantin Koroviev's avatar Konstantin Koroviev

Move the comment back to where it belongs

parent 19245863
......@@ -17,7 +17,7 @@ import (
ma "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multiaddr"
manet "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multiaddr-net"
context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context" // log is the command logger
context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
cmds "github.com/jbenet/go-ipfs/commands"
cmdsCli "github.com/jbenet/go-ipfs/commands/cli"
cmdsHttp "github.com/jbenet/go-ipfs/commands/http"
......@@ -29,6 +29,7 @@ import (
"github.com/jbenet/go-ipfs/util/debugerror"
)
// log is the command logger
var log = eventlog.Logger("cmd/ipfs")
// signal to output help
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment