Skip to content

Commit

Permalink
refactor: remove benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Namchee committed Dec 20, 2023
1 parent 1041a1f commit 23c6102
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func init() {

func main() {
infoLogger.Println("Initializing conventional-pr")
start := time.Now()

ctx := context.Background()

Expand Down Expand Up @@ -142,8 +141,5 @@ func main() {
errorLogger.Fatalf("Failed to close invalid pull request: %s", err.Error())
}
}

infoLogger.Printf("Finished processing on %.2fs", time.Since(start).Seconds())
os.Exit(1)
}
}

0 comments on commit 23c6102

Please sign in to comment.