From bba9637eed34253d72251fa9de8fbd0d6fd6b95b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awosz?= Date: Tue, 8 Oct 2013 19:54:37 +0200 Subject: [PATCH] remove comment --- integration_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration_test.go b/integration_test.go index 5916e18..718ca46 100644 --- a/integration_test.go +++ b/integration_test.go @@ -205,8 +205,6 @@ func (e *Env) startFileListener() (p int) { go e.startHTTP(p, http.HandlerFunc(e.ListenHandler)) go e.startHTTP(p+2, http.HandlerFunc(e.ReplayHandler)) go e.startFileUsingListener(p, p+1) - // we will replay after listener finishes capturing - // go e.startFileUsingReplay(p+1, p+2) // Time to start http and gor instances time.Sleep(time.Millisecond * 100)