Description:
removed extra puts in testdata import
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r239:b65b6924abe8 - - 1 file changed: 0 inserted, 2 deleted

@@ -99,8 +99,6
99
99
100 break if not FileTest.exists? sol_filename
100 break if not FileTest.exists? sol_filename
101
101
102 - puts "#{dirname}"
103 -
104 test_pair = TestPair.new(:input => open(in_filename).read,
102 test_pair = TestPair.new(:input => open(in_filename).read,
105 :solution => open(sol_filename).read,
103 :solution => open(sol_filename).read,
106 :number => test_num,
104 :number => test_num,
You need to be logged in to leave comments. Login now