Skip to content

Commit

Permalink
fix(zentao): remove test codes
Browse files Browse the repository at this point in the history
  • Loading branch information
d4x1 committed Oct 17, 2023
1 parent 44c3ff0 commit 3e47d93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/core/runner/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ func CheckDbConnection(dbUrl string, d time.Duration) errors.Error {
result <- errors.Convert(err)
}
if d > 0 {
fmt.Println("yyy")
var cancel context.CancelFunc
ctx, cancel = context.WithTimeout(context.Background(), d)
defer cancel()
Expand Down

0 comments on commit 3e47d93

Please sign in to comment.