Skip to content

Commit eb2bbf5

Browse files
committed
removed print statement
1 parent d5de75a commit eb2bbf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/arcchallenge.go

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ func main() {
1717
web.Get("/said", func() string { return form })
1818
web.Post("/say", func(ctx *web.Context) string {
1919
uid := strconv.Itoa64(rand.Int63())
20-
println(uid)
2120
ctx.SetSecureCookie("user", uid, 3600)
2221
users[uid] = ctx.Request.Params["said"][0]
2322
return `<a href="/final">Click Here</a>`

0 commit comments

Comments
 (0)