Skip to content

Commit

Permalink
remove debug logs (#15)
Browse files Browse the repository at this point in the history
### Background

→ left in some debug logs

### Changes

- remove debug code

### Testing

- n/a
  • Loading branch information
drshriveer authored Sep 27, 2023
1 parent 23da8c6 commit f4ce93f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gogenproto/cmd/gogenproto/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package main
import (
"flag"
"log"
"os"

"github.com/itzg/go-flagsfiller"

Expand All @@ -18,10 +17,6 @@ func main() {
}
flag.Parse()

for _, s := range os.Environ() {
println("env: " + s)
}

if err := g.Run(); err != nil {
log.Fatalf("run failed: %+v", err)
}
Expand Down

0 comments on commit f4ce93f

Please sign in to comment.