Skip to content

Commit

Permalink
undo change on main()
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Jun 19, 2024
1 parent b58f2e3 commit 25af054
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/main.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
package main

import (
"fmt"
"log"
"os"
"runtime"

zkevm_synchronizer_l1 "github.com/0xPolygonHermez/zkevm-synchronizer-l1"
"github.com/0xPolygonHermez/zkevm-synchronizer-l1/cmd/run"
Expand All @@ -25,7 +23,6 @@ var (
)

func main() {
fmt.Println("Versión de Go:", runtime.Version())
app := cli.NewApp()
app.Name = appName
app.Version = zkevm_synchronizer_l1.Version
Expand Down

0 comments on commit 25af054

Please sign in to comment.