summaryrefslogtreecommitdiff
path: root/lib/rdoc
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-18 20:55:18 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-18 20:55:18 +0000
commit2a051d7aeae13696bdcd38c0996ee37decf6280e (patch)
treeace25d268248449efa27607e568b57f61ba6aaf1 /lib/rdoc
parent230ddd70c21ce6211a4923e31baab11228c07c50 (diff)
* lib/rdoc/rubygems_hook.rb: Remove debugging puts committed by
accident. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc')
-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