Commit 420124be5389b76785d830f4120366cd35e4bde1

Authored by Carlos Purificação
1 parent c857b114

Removed wrong log from session_test

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
test/unit/api/session_test.rb
... ... @@ -38,7 +38,6 @@ class SessionTest < ActiveSupport::TestCase
38 38 post "/api/v1/register?#{params.to_query}"
39 39 assert_equal 400, last_response.status
40 40 json = JSON.parse(last_response.body)
41   - print "JSon: #{json}\n"
42 41 end
43 42  
44 43 end
... ...