eliminate errant debug line

This commit is contained in:
laser 2020-06-18 14:05:59 -07:00
parent 0c8d648998
commit 99060fbb64

View File

@ -170,8 +170,6 @@ var getAskCmd = &cli.Command{
Action: func(cctx *cli.Context) error {
ctx := lcli.DaemonContext(cctx)
fmt.Println("wombat")
fnapi, closer, err := lcli.GetFullNodeAPI(cctx)
if err != nil {
return err