summaryrefslogtreecommitdiff
path: root/web/lib/ui/keys.rb
diff options
context:
space:
mode:
Diffstat (limited to 'web/lib/ui/keys.rb')
-rw-r--r--web/lib/ui/keys.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/lib/ui/keys.rb b/web/lib/ui/keys.rb
index ec5210c..ae5318d 100644
--- a/web/lib/ui/keys.rb
+++ b/web/lib/ui/keys.rb
@@ -45,7 +45,6 @@ class Taginfo < Sinatra::Base
@prevalent_values << { 'value' => '(other)', 'count' => @count_all_values - sum }
end
- @josm_count = @db.count('josm_style_rules').condition('k = ?', @key).get_first_i
@wiki_count = @db.count('wiki.wikipages').condition('key=? AND value IS NULL', @key).get_first_i
@user_count = @db.select('SELECT users_all FROM db.keys').condition('key=?', @key).get_first_i