aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/rdoc/rubygems_hook.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/rdoc/rubygems_hook.rb b/lib/rdoc/rubygems_hook.rb
index b9d3c0fd1f..b4393114f1 100644
--- a/lib/rdoc/rubygems_hook.rb
+++ b/lib/rdoc/rubygems_hook.rb
@@ -156,10 +156,6 @@ class RDoc::RubygemsHook
args.concat @spec.require_paths
args.concat @spec.extra_rdoc_files
- puts
- p @spec.extra_rdoc_files
- puts
-
case config_args = Gem.configuration[:rdoc]
when String then
args = args.concat config_args.split