Skip to content

Commit

Permalink
Remove stray hello world code
Browse files Browse the repository at this point in the history
  • Loading branch information
jcn committed Dec 17, 2010
1 parent 9bc7be5 commit 8e55438
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gitmark_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,4 @@ def create():

return template("create")

@route("/:name")
def index(name = "World"):
hi = request.GET.get('hi')
return "<b>Hello %s</b> (%s)" % (name, hi)

run(host="localhost", port="8080", reloader=True)

0 comments on commit 8e55438

Please sign in to comment.