From 704d690ac0e25fcd060ff82f75f913e879e65a3c Mon Sep 17 00:00:00 2001 From: Manu Mtz-Almeida Date: Sun, 16 Aug 2015 18:39:41 +0200 Subject: [PATCH] Removes debug code in unit tests --- gin_integration_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/gin_integration_test.go b/gin_integration_test.go index 0665a61d..4777c0c9 100644 --- a/gin_integration_test.go +++ b/gin_integration_test.go @@ -25,7 +25,6 @@ func testRequest(t *testing.T, url string) { } func TestRunEmpty(t *testing.T) { - SetMode(DebugMode) os.Setenv("PORT", "") router := New() go func() {