diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-09 07:25:15 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-09 07:25:15 +0200 |
commit | 737fb3608c92506a573a79f611b94ff5d5da18e6 (patch) | |
tree | 5825cfc3a91376bf9e7c0b3bf933795c795fae87 /lib | |
parent | 1ad75645ad880ede3c0590fd6a700b1847cc3fe4 (diff) | |
download | coderay-737fb3608c92506a573a79f611b94ff5d5da18e6.tar.gz |
do not warn about plugin fallback
Diffstat (limited to 'lib')
-rw-r--r-- | lib/coderay/helpers/plugin.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/coderay/helpers/plugin.rb b/lib/coderay/helpers/plugin.rb index 137c1ab..dd4e830 100644 --- a/lib/coderay/helpers/plugin.rb +++ b/lib/coderay/helpers/plugin.rb @@ -180,7 +180,6 @@ module CodeRay rescue LoadError => boom if @plugin_map_loaded if h.has_key?(:default) - warn '%p could not load plugin %p; falling back to %p' % [self, id, h[:default]] h[:default] else raise PluginNotFound, '%p could not load plugin %p: %s' % [self, id, boom] |