chore: rm debug

pull/2569/head
Jason McNeil 2023-08-10 15:35:16 -03:00
parent acf427c4bb
commit 7b1aa8a612
No known key found for this signature in database
GPG Key ID: 3593DDF317B8262F
1 changed files with 0 additions and 2 deletions

View File

@ -247,8 +247,6 @@ func Test_Logger_WithLatency(t *testing.T) {
utils.AssertEqual(t, nil, err)
utils.AssertEqual(t, fiber.StatusOK, resp.StatusCode)
fmt.Println("|", buff.String(), "|")
// Assert that the log output contains the expected latency value in the current time unit
bb := buff.Bytes()
unit := bb[len(bb)-len(tu.unit):]