eliminate errant debug line
This commit is contained in:
parent
0c8d648998
commit
99060fbb64
@ -170,8 +170,6 @@ var getAskCmd = &cli.Command{
|
|||||||
Action: func(cctx *cli.Context) error {
|
Action: func(cctx *cli.Context) error {
|
||||||
ctx := lcli.DaemonContext(cctx)
|
ctx := lcli.DaemonContext(cctx)
|
||||||
|
|
||||||
fmt.Println("wombat")
|
|
||||||
|
|
||||||
fnapi, closer, err := lcli.GetFullNodeAPI(cctx)
|
fnapi, closer, err := lcli.GetFullNodeAPI(cctx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
Loading…
Reference in New Issue
Block a user