remove comment

This commit is contained in:
Sławosz
2013-10-08 19:54:37 +02:00
parent 685c998e8e
commit bba9637eed
-2
View File
@@ -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)