Skip to content

Commit

Permalink
something is significantly broken
Browse files Browse the repository at this point in the history
  • Loading branch information
wcharczuk committed Feb 12, 2024
1 parent 32d4411 commit 7aa10c7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/integration/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ func testContext() context.Context {
}

func testCase(label string, action func()) {
defer func() {
if r := recover(); r != nil {
fmt.Fprintf(os.Stderr, "panic recovered: %v\n", r)
}
}()
fmt.Println("---" + label)
action()
}
Expand Down

0 comments on commit 7aa10c7

Please sign in to comment.