Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Oct 13, 2012
1 parent 8f4f2c3 commit 22325f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
memcached do |dc|
assert dc.set("json_test", {"foo" => "bar"})
json = dc.get("json_test", :raw => true)
p json
obj = JSON.parse(json)
assert_equal({"foo" => "bar"})
end
Expand Down

0 comments on commit 22325f3

Please sign in to comment.