From fe91a20629d8dd78c0ebecd3e63a8bbc084cc874 Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Mon, 24 Aug 2015 09:24:31 +0300 Subject: [PATCH] fix race --- input_raw_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/input_raw_test.go b/input_raw_test.go index 79b04b1..9305724 100644 --- a/input_raw_test.go +++ b/input_raw_test.go @@ -179,9 +179,6 @@ func TestInputRAWChunkedEncoding(t *testing.T) { } func TestInputRAWLargePayload(t *testing.T) { - Settings.verbose = true - Settings.debug = true - wg := new(sync.WaitGroup) quit := make(chan int)