diff --git a/app/views/customers/_search.html.erb b/app/views/customers/_search.html.erb
index 532fa80..826382a 100644
--- a/app/views/customers/_search.html.erb
+++ b/app/views/customers/_search.html.erb
@@ -1,8 +1,6 @@
-
<%= form_tag(customers_path, :method => "get", id: "search-form") do %>
<%= text_field_tag :search, params[:search], placeholder: "Search Customers" %>
<%= submit_tag "Search" %>
<% end %>
<%= button_to "New Customer", new_customer_path, method: :get%>
<%= button_to "Sync", qbo_sync_path, method: :get%>
-
diff --git a/app/views/customers/index.html.erb b/app/views/customers/index.html.erb
index 2470aa3..f561320 100644
--- a/app/views/customers/index.html.erb
+++ b/app/views/customers/index.html.erb
@@ -1,12 +1,4 @@
-