]> git.openstreetmap.org Git - rails.git/commitdiff
removing debug statement
authorShaun McDonald <shaun@shaunmcdonald.me.uk>
Fri, 12 Dec 2008 18:56:22 +0000 (18:56 +0000)
committerShaun McDonald <shaun@shaunmcdonald.me.uk>
Fri, 12 Dec 2008 18:56:22 +0000 (18:56 +0000)
test/functional/user_preference_controller_test.rb

index ff44c1e36289ff9bbb938ed05770fff00806ab5e..714f45c5ddb82456a9eb8fc71bc24cb1d313ecf0 100644 (file)
@@ -13,7 +13,6 @@ class UserPreferenceControllerTest < ActionController::TestCase
     
     get :read
     assert_response :success
     
     get :read
     assert_response :success
-    print @response.body
     assert_select "osm:root" do
       assert_select "preferences", :count => 1 do
         assert_select "preference", :count => 2
     assert_select "osm:root" do
       assert_select "preferences", :count => 1 do
         assert_select "preference", :count => 2