remove debug html

This commit is contained in:
Duke 2015-04-14 01:16:55 -03:00
parent 2a659d64cc
commit 72ae645803
1 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@ import (
"bytes"
"io/ioutil"
"log"
"os"
"sort"
"strings"
"testing"
@ -37,8 +36,6 @@ func readme() []byte {
}
func startQuery() *goquery.Document {
ioutil.WriteFile("z.html", readme(), os.ModePerm)
buf := bytes.NewBuffer(readme())
query, _ := goquery.NewDocumentFromReader(buf)