From 3f609f20cb135a186b14af9fb04dcb36ee7959c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Zipitr=C3=ADa?= <3012076+fzipi@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:56:36 -0300 Subject: [PATCH] Apply suggestions from code review --- internal/corazawaf/transaction_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/corazawaf/transaction_test.go b/internal/corazawaf/transaction_test.go index 6006c171a..5f0aa8261 100644 --- a/internal/corazawaf/transaction_test.go +++ b/internal/corazawaf/transaction_test.go @@ -1719,7 +1719,6 @@ func TestForceRequestBodyOverride(t *testing.T) { func TestGetUnixTimestamp(t *testing.T) { tx := makeTransaction(t) stamp := tx.UnixTimestamp() - t.Logf("stamp: %d", stamp) if stamp <= 0 { t.Fatalf("no timestamp found") }