summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2023-03-08 10:38:42 +0100
committerVít Ondruch <vondruch@redhat.com>2023-03-08 10:38:42 +0100
commit00c9232143a781f99202be69c0d3b2574ec0eb00 (patch)
tree55ee308923bb346934c3c73b1976d731f49eebb7
parentf5918b71975e583aebd0655e02d671826e57c3e1 (diff)
downloaddarkfish-00c9232143a781f99202be69c0d3b2574ec0eb00.tar.gz
darkfish-00c9232143a781f99202be69c0d3b2574ec0eb00.tar.xz
darkfish-00c9232143a781f99202be69c0d3b2574ec0eb00.zip
Drop unneeded debug message.
-rw-r--r--rubygems_plugin.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/rubygems_plugin.rb b/rubygems_plugin.rb
index 574c693..077de2d 100644
--- a/rubygems_plugin.rb
+++ b/rubygems_plugin.rb
@@ -21,7 +21,6 @@ end
class Fedora::RDoc::RubyGemsHook < RDoc::RubygemsHook
def self.generation_hook installer, specs
- puts "FedoraRDoc.generation_hook - the `specs` could be modified to include additional `rdoc_options`"
super
end