Skip to content

Commit

Permalink
remvoing puts message
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj Singh authored and josevalim committed May 31, 2010
1 parent 72970d5 commit 308745d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
FileUtils.cp(source_file, dest_file)

after do
puts request.xhr? ? 'AJAX request' : 'NOT AJAX request'
ctype = request.xhr? ? 'application/json' : 'text/html'
content_type ctype, :charset => 'utf-8'
end
Expand Down

0 comments on commit 308745d

Please sign in to comment.