diff options
-rw-r--r-- | data/rbot/plugins/urban.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/rbot/plugins/urban.rb b/data/rbot/plugins/urban.rb index 6d01c625..70d451af 100644 --- a/data/rbot/plugins/urban.rb +++ b/data/rbot/plugins/urban.rb @@ -22,8 +22,6 @@ class UrbanPlugin < Plugin notfound = s.match %r{<i>.*?</i> isn't defined} numpages = if s[%r{<ul class="pagination[^"]+">.*?</ul>}m] - debug 'foo->' - debug $& $&.scan(/>(\d+)</).collect {|x| x[0].to_i}.max || 1 else 1 end |