removing some old comment

This commit is contained in:
Andrew Davidson 2010-09-14 13:20:52 +08:00
parent f9989d29e5
commit 2aa4895401

View file

@ -70,7 +70,6 @@ get '/new' do
end
get %r(/(api-){0,1}create/(.*)) do |api, link|
#link = params[:link]
validate_link link
url = ShortenUrl.create_url(link)