Remove an errant debug output from test_happy_path.rb

This commit is contained in:
Alex Young
2012-11-21 09:26:12 +00:00
parent ed70dacf2f
commit 00d7237f66

View File

@@ -153,7 +153,6 @@ class TestHappyPath < Test::Unit::TestCase
i += 1
end
end
p i
end
end