From 6dbcb84bc8d4798711ed16b5556e39e5369388e3 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 23 Mar 2022 13:40:20 -0500 Subject: [PATCH] Unused dead code --- lib/customer_info_form.rb | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/lib/customer_info_form.rb b/lib/customer_info_form.rb index 259ca53..e89ef87 100644 --- a/lib/customer_info_form.rb +++ b/lib/customer_info_form.rb @@ -9,21 +9,6 @@ class CustomerInfoForm @customer_repo = customer_repo end - def picker_form - form = Blather::Stanza::X.new(:form) - form.title = "Pick Customer" - form.instructions = "Tell us something about the customer and we'll try " \ - "to get more information for you" - - form.fields = { - var: "q", type: "text-single", - label: "Something about the customer", - description: "Supported things include: customer ID, JID, phone number" - } - - form - end - def find_customer(response) parse_something(response.form.field("q").value) end -- 2.45.2