Skip to content

Commit

Permalink
chore(cli): Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoura committed Jul 18, 2024
1 parent 93fde78 commit d7137a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions cmd/cartesi-rollups-cli/root/app/list/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ var Cmd = &cobra.Command{
const examples = `# List all registered applications:
cartesi-rollups-cli app list`

func init() {

}

func run(cmd *cobra.Command, args []string) {
ctx := cmd.Context()

Expand Down
4 changes: 0 additions & 4 deletions cmd/cartesi-rollups-cli/root/db/upgrade/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ var Cmd = &cobra.Command{
Run: run,
}

func init() {

}

func run(cmd *cobra.Command, args []string) {

schemaManager, err := repository.NewSchemaManager(common.PostgresEndpoint)
Expand Down

0 comments on commit d7137a2

Please sign in to comment.