Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi committed May 8, 2012
1 parent 1855085 commit 293d2e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Expand Up @@ -167,8 +167,6 @@ func Server(w http.ResponseWriter, r *http.Request) {


process := Process{writer: w, request: r} process := Process{writer: w, request: r}


panic(errors.New("OhMeGod"))

if len(r.Form["src"]) > 0 { if len(r.Form["src"]) > 0 {
process.screenshotUrl = r.Form["src"][0] process.screenshotUrl = r.Form["src"][0]
} else { } else {
Expand Down

0 comments on commit 293d2e4

Please sign in to comment.