Remove excess Println from CT fake.

This commit is contained in:
Jacob Hoffman-Andrews 2015-09-22 18:00:03 -07:00
parent 774f07ad31
commit 832290059f
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ type ctSubmissionRequest struct {
}
func handler(w http.ResponseWriter, r *http.Request) {
log.Printf("request: %s %s", r.Method, r.URL.Path)
if r.Method != "POST" || r.URL.Path != "/ct/v1/add-chain" {
http.NotFound(w, r)
return