aboutsummaryrefslogtreecommitdiffstats
path: root/lib/logger.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/logger.rb')
-rw-r--r--lib/logger.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/logger.rb b/lib/logger.rb
index 469c6038c4..01caffa119 100644
--- a/lib/logger.rb
+++ b/lib/logger.rb
@@ -341,8 +341,6 @@ class Logger
#
# === Return
#
- # +true+ if successful, +false+ otherwise.
- #
# When the given severity is not high enough (for this particular logger),
# log no message, and return +true+.
#