Removes debug code in unit tests

This commit is contained in:
Manu Mtz-Almeida 2015-08-16 18:39:41 +02:00
parent e8bc8f48e9
commit 704d690ac0
1 changed files with 0 additions and 1 deletions

View File

@ -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() {