aboutsummaryrefslogtreecommitdiff
path: root/poll.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-08-09 13:07:43 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-08-09 13:07:43 +0200
commit22bca57e2e6b2ce02a6ca4920fb860c57b32b567 (patch)
treee816fb57057114f5f36be100f3e8b90f8cf546c8 /poll.rb
parentb684e1edc06a3c0215846d334a4f44c36944d22f (diff)
avoid exception if user calls wrong history string
Diffstat (limited to 'poll.rb')
-rw-r--r--poll.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/poll.rb b/poll.rb
index 8a45eb2..26aa316 100644
--- a/poll.rb
+++ b/poll.rb
@@ -377,8 +377,6 @@ FORM
match = /^Column .*$/
when "ac"
match = /^Access Control .*$/
- else
- raise "invalid value #{only}"
end
log = log.comment_matches(match)
end