diff --git a/test/test_source_list.rb b/test/test_source_list.rb
index b08c9fe..9da31bc 100644
--- a/test/test_source_list.rb
+++ b/test/test_source_list.rb
@@ -6,7 +6,6 @@ class RoccoSourceListTests < Test::Unit::TestCase
"# Comment 1\n# Comment 1\nprint 'omg!'"
}
html = r.to_html
- puts r.to_html
assert(
html.include?( 'issue26a.sh' ) &&
html.include?( 'issue26b.sh' ) &&
@@ -19,7 +18,6 @@ class RoccoSourceListTests < Test::Unit::TestCase
"# Comment 1\n# Comment 1\nprint 'omg!'"
}
html = r.to_html
- puts r.to_html
assert(
html.include?( 'issue26a.sh' ) &&
html.include?( 'issue26b.sh' ) &&