From fbbb23c13aaf58ac7a3fbbfa6a329f561d252284 Mon Sep 17 00:00:00 2001 From: farhansolodev Date: Mon, 3 Apr 2023 06:15:56 +0400 Subject: [PATCH] dead code --- cmd/action.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/action.go b/cmd/action.go index 559258b..5564249 100644 --- a/cmd/action.go +++ b/cmd/action.go @@ -17,10 +17,6 @@ var CliAction = func(ctx *cli.Context) error { if err != nil { fmt.Print(err) } - - for { - - } //server.Rpc() }