4525: remove stale clippy code
[arvados.git] / apps / workbench / app / helpers / application_helper.rb
index c8c4ccc1a96a89facdbc580ab7f9c40eb7f80505..ff7c80f7246a12669e3b0a9a90845b9fc6e92e23 100644 (file)
@@ -380,13 +380,6 @@ module ApplicationHelper
     }.merge(htmloptions)
 
     lt += raw("\n<script>")
-
-    if selectables.any?
-      lt += raw("add_form_selection_sources(#{selectables.to_json});\n")
-    end
-
-    lt += raw("$('[data-name=\"#{dn}\"]').editable({source: function() { return select_form_sources('#{dataclass}'); } });\n")
-
     lt += raw("</script>")
 
     lt